From 62848db90148e260050a7bdbe0ce7c0a5cb6bbb1 Mon Sep 17 00:00:00 2001 From: Jacob Gillespie Date: Fri, 23 Jun 2023 18:16:20 +0100 Subject: [PATCH] Set default key value --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }