Skip to content

Commit

Permalink
Merge pull request #13 from trussworks/add_s3_kms
Browse files Browse the repository at this point in the history
Adding S3 KMS as encryption option for S3 SCP
  • Loading branch information
mr337 authored Oct 12, 2020
2 parents 3f62d76 + cea5d5b commit 222c064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ data "aws_iam_policy_document" "combined_policy_block" {
condition {
test = "StringNotEquals"
variable = "s3:x-amz-server-side-encryption"
values = ["AES256"]
values = ["AES256", "aws:kms"]
}
}
}
Expand Down

0 comments on commit 222c064

Please sign in to comment.