vms/recipes/debian/variables.quid.pkr.hcl

6 lines
129 B
HCL
Raw Normal View History

2023-10-20 16:19:23 +02:00
variable "quid_ansible_vault_passphrase" {
type = string
default = env("QUID_ANSIBLE_VAULT_PASSPHRASE")
sensitive = true
}