feat(infra): Terraform updates
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-app-base / variables.tf
index 2579029..cf89f28 100644 (file)
@@ -1,7 +1,7 @@
 variable "region" {
   description = "AWS Region."
   type        = string
-  default     = "us-east-1"
+  default     = "eu-central-1"
 }
 
 variable "vault_provider_address" {
@@ -26,3 +26,9 @@ variable "vault_name" {
   type    = string
   default = "dynamic-aws-creds-vault-fdio-csit-jenkins"
 }
+
+variable "version" {
+  description = "Application version string."
+  type        = number
+  default     = 1
+}