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=7647ecfc911c549ebaa817b6fa5bac92b08f6f69;hpb=e992c211da33a3b28b4f35338f044b00e6b0a242;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 7647ecfc91..b706d77f00 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,7 +1,7 @@ variable "region" { description = "AWS Region." type = string - default = "eu-central-1" + default = "eu-north-1" } variable "vault_provider_address" { @@ -19,7 +19,7 @@ variable "vault_provider_skip_tls_verify" { variable "vault_provider_token" { description = "Vault root token." type = string - default = "s.4z5PsufFwV3sHbCzK9Y2Cojd" + default = "hvs.bzHw4ZHsz9B0019P8I73yS6l" } variable "vault_name" { @@ -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 }