fix(terraform): Migrate to DNS entry
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-env / variables.tf
index 2579029..a107571 100644 (file)
@@ -1,13 +1,13 @@
 variable "region" {
   description = "AWS Region."
   type        = string
-  default     = "us-east-1"
+  default     = "eu-central-1"
 }
 
 variable "vault_provider_address" {
   description = "Vault cluster address."
   type        = string
-  default     = "http://10.30.51.28:8200"
+  default     = "http://vault.service.consul:8200"
 }
 
 variable "vault_provider_skip_tls_verify" {