Skip to content

Commit

Permalink
Update kms.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mynampatinaveen authored Sep 9, 2024
1 parent dd31235 commit 190a2de
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modules/products/static-site/kms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ resource "aws_kms_key_policy" "static_site_kms_policy" {
Version = "2012-10-17"
Id = "static_site_kms_policy"
Statement = [
{
Sid = "EnableIAMUserPermissions"
Action = "kms:*"
Effect = "Allow"
Principal = {
AWS = "arn:aws:iam::${local.account_id}:root"
}
Resource = ["*"]
},
{
Sid = "CloudFrontServiceKmsPolicy"
Action = [
Expand Down

0 comments on commit 190a2de

Please sign in to comment.