6 lines
129 B
HCL
6 lines
129 B
HCL
|
|
variable "quid_ansible_vault_passphrase" {
|
|
type = string
|
|
default = env("QUID_ANSIBLE_VAULT_PASSPHRASE")
|
|
sensitive = true
|
|
} |