Skip to content

Commit

Permalink
CCL-438 adding kms policy to key
Browse files Browse the repository at this point in the history
  • Loading branch information
mynampatinaveen committed Sep 9, 2024
1 parent 157113d commit c95f813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/products/static-site/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_kms_key_policy" "static_site_kms_policy" {
Id = "static_site_kms_policy"
Statement = [
{
Sid = "StaticSiteKmsPolicy"
Sid = "EnableIAMUserPermissions"
Action = "kms:*"
Effect = "Allow"
Principal = {
Expand Down

0 comments on commit c95f813

Please sign in to comment.