fix(terraform): Migrate to DNS entry
[csit.git] / fdio.infra.terraform / terraform-aws-fdio-csit-dash-app-base / variables.tf
index cf89f28..ec8a47e 100644 (file)
@@ -7,7 +7,7 @@ variable "region" {
 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" {