Skip to content

Commit 8cb33b9

Browse files
INFRA-633 default s3 bucket to server side encryption true
1 parent 605b480 commit 8cb33b9

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
@@ -96,7 +96,7 @@ variable "force_destroy" {
9696

9797
variable "encryption" {
9898
type = "string"
99-
default = "false"
99+
default = "true"
100100
description = "If encryption is true, create an S3 bucket with default encryption i.e. `AES256`"
101101
}
102102

0 commit comments

Comments
 (0)