Skip to content

Commit 622e383

Browse files
authored
Allow users to encrypt with KMS instead of SSE (#57)
1 parent a9a1320 commit 622e383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ data "aws_iam_policy_document" "prevent_unencrypted_uploads" {
6464

6565
values = [
6666
"AES256",
67+
"aws:kms",
6768
]
6869
}
6970
}

0 commit comments

Comments
 (0)