Skip to content

Commit 62848db

Browse files
Set default key value
1 parent 811554e commit 62848db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ variable "ceph-config" {
6969
variable "ceph-key" {
7070
type = string
7171
description = "Ceph key file"
72-
default = ""
72+
default = "none"
7373
sensitive = true
7474
}

0 commit comments

Comments
 (0)