diff --git a/variables.tf b/variables.tf index fd7792e..95b2685 100644 --- a/variables.tf +++ b/variables.tf @@ -69,6 +69,6 @@ variable "ceph-config" { variable "ceph-key" { type = string description = "Ceph key file" - default = "" + default = "none" sensitive = true }