Skip to content

Commit e49fff9

Browse files
Merge pull request #12 from depot/default-key
2 parents 811554e + 62848db commit e49fff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variables.tf

+1-1
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)