Skip to content

Commit 94e964c

Browse files
authored
Update variables.tf
1 parent 5d4a6db commit 94e964c

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
@@ -49,7 +49,7 @@ variable "security_group_ids" {
4949
}
5050

5151
variable "server_side_encryption" {
52-
type = boolean
52+
type = bool
5353
description = "(Optional) Encrypt at rest options Default = true"
5454
default = true
5555
}

0 commit comments

Comments
 (0)