Skip to content

Commit

Permalink
Allow users to encrypt with KMS instead of SSE (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
joekhoobyar authored Aug 18, 2020
1 parent a9a1320 commit 622e383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ data "aws_iam_policy_document" "prevent_unencrypted_uploads" {

values = [
"AES256",
"aws:kms",
]
}
}
Expand Down

0 comments on commit 622e383

Please sign in to comment.