fix(etl): Typo"
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-app-base / variables.tf
index cfd3f06..653a92b 100644 (file)
@@ -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
 }