Skip to content

Commit 222c064

Browse files
authored
Merge pull request #13 from trussworks/add_s3_kms
Adding S3 KMS as encryption option for S3 SCP
2 parents 3f62d76 + cea5d5b commit 222c064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ data "aws_iam_policy_document" "combined_policy_block" {
239239
condition {
240240
test = "StringNotEquals"
241241
variable = "s3:x-amz-server-side-encryption"
242-
values = ["AES256"]
242+
values = ["AES256", "aws:kms"]
243243
}
244244
}
245245
}

0 commit comments

Comments
 (0)