fix(terraform): IP addresses
[csit.git] / fdio.infra.terraform / terraform-vault-aws-secret-backend / fdio / variables.tf
index e36ed08..ed4ecc0 100644 (file)
@@ -1,7 +1,7 @@
 variable "vault_provider_address" {
   description = "Vault cluster address."
   type        = string
-  default     = "http://10.30.51.28:8200"
+  default     = "vault.service.consul:8200"
 }
 
 variable "vault_provider_skip_tls_verify" {