feat(terraform): Migrate C-DASH to M7g.2xlarge
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-app-base / variables.tf
index 7647ecf..653a92b 100644 (file)
@@ -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
 }