Skip to content

Commit

Permalink
Set default key value
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Jun 23, 2023
1 parent 811554e commit 62848db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ variable "ceph-config" {
variable "ceph-key" {
type = string
description = "Ceph key file"
default = ""
default = "none"
sensitive = true
}

0 comments on commit 62848db

Please sign in to comment.