fix(core): DPDK stuff
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-app-base / variables.tf
index 7147227..cfa9c3e 100644 (file)
@@ -7,7 +7,7 @@ variable "region" {
 variable "vault_provider_address" {
   description = "Vault cluster address."
   type        = string
-  default     = "http://10.30.51.28:8200"
+  default     = "http://vault.service.consul:8200"
 }
 
 variable "vault_provider_skip_tls_verify" {
@@ -26,3 +26,9 @@ variable "vault_name" {
   type    = string
   default = "dynamic-aws-creds-vault-fdio-csit-jenkins"
 }
+
+variable "version" {
+  description = "Application version string."
+  type        = number
+  default     = 39
+}