feat(infra): 2n-c7gn, 3n-c7gn
[csit.git] / fdio.infra.terraform / terraform-vault-aws-secret-backend / fdio / variables.tf
index ed4ecc0..d3d728a 100644 (file)
@@ -1,17 +1,17 @@
 variable "vault_provider_address" {
   description = "Vault cluster address."
   type        = string
-  default     = "vault.service.consul:8200"
+  default     = "http://10.30.51.23:8200"
 }
 
 variable "vault_provider_skip_tls_verify" {
-  description = "Verification of the Vault server's TLS certificate"
+  description = "Verification of the Vault server's TLS certificate."
   type        = bool
   default     = false
 }
 
 variable "vault_provider_token" {
-  description = "Vault root token"
+  description = "Vault root token."
   type        = string
   sensitive   = true
 }