Skip to content

Commit

Permalink
Adding S3 KMS as encryption option for S3 SCP
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Hicks committed Oct 7, 2020
1 parent 3f62d76 commit cea5d5b
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 cea5d5b

Please sign in to comment.