X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.terraform%2Fterraform-aws-fdio-csit-dash-app-base%2Fvariables.tf;h=653a92b9700d70ba436bb1fbfbffb0e235c94403;hb=HEAD;hp=cfd3f06c816b3de8114abdb2c6180fe9a17e338d;hpb=61cf4d230c3bd88cd0a6f3782796cc3949485b72;p=csit.git diff --git a/fdio.infra.terraform/terraform-aws-fdio-csit-dash-app-base/variables.tf b/fdio.infra.terraform/terraform-aws-fdio-csit-dash-app-base/variables.tf index cfd3f06c81..653a92b970 100644 --- a/fdio.infra.terraform/terraform-aws-fdio-csit-dash-app-base/variables.tf +++ b/fdio.infra.terraform/terraform-aws-fdio-csit-dash-app-base/variables.tf @@ -1,13 +1,13 @@ variable "region" { description = "AWS Region." type = string - default = "eu-central-1" + default = "eu-north-1" } variable "vault_provider_address" { description = "Vault cluster address." type = string - default = "http://vault.service.consul:8200" + default = "http://10.30.51.24:8200" } variable "vault_provider_skip_tls_verify" { @@ -30,7 +30,7 @@ variable "vault_name" { variable "application_bucket" { description = "The name of the bucket." type = string - default = "elasticbeanstalk-eu-central-1-407116685360" + default = "elasticbeanstalk-eu-north-1-407116685360" } variable "application_description" { @@ -42,7 +42,7 @@ variable "application_description" { variable "application_name" { description = "Name of the Beanstalk Application." type = string - default = "fdio-csit-dash-app" + default = "fdio-csit-dash-app-m7g" } variable "application_source" { @@ -54,5 +54,5 @@ variable "application_source" { variable "application_version" { description = "Application version string." type = number - default = 41 + default = 1 }