We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4a6db commit 94e964cCopy full SHA for 94e964c
variables.tf
@@ -49,7 +49,7 @@ variable "security_group_ids" {
49
}
50
51
variable "server_side_encryption" {
52
- type = boolean
+ type = bool
53
description = "(Optional) Encrypt at rest options Default = true"
54
default = true
55
0 commit comments