Skip to content

Commit

Permalink
Merge pull request #12 from depot/default-key
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Jun 23, 2023
2 parents 811554e + 62848db commit e49fff9
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 e49fff9

Please sign in to comment.