UTI: PoC - Make detailed hover information copyable
[csit.git] / fdio.infra.terraform / 1n_nmd / vault-aws-secret-backend / fdio / variables.tf
1 variable "vault_provider_address" {
2   description = "Vault cluster address."
3   type        = string
4   default     = "http://10.30.51.28:8200"
5 }
6
7 variable "vault_provider_skip_tls_verify" {
8   description = "Verification of the Vault server's TLS certificate"
9   type        = bool
10   default     = false
11 }
12
13 variable "vault_provider_token" {
14   description = "Vault root token"
15   type        = string
16   sensitive   = true
17 }