diff options
Diffstat (limited to 'fdio.infra.terraform/terraform-aws-fdio-csit-dash-app-base/variables.tf')
-rw-r--r-- | fdio.infra.terraform/terraform-aws-fdio-csit-dash-app-base/variables.tf | 8 |
1 files changed, 4 insertions, 4 deletions
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..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,7 +1,7 @@ variable "region" { description = "AWS Region." type = string - default = "eu-central-1" + default = "eu-north-1" } variable "vault_provider_address" { @@ -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 } |