From 845624ca2992bb80c1dccc143367ca8b08761cce Mon Sep 17 00:00:00 2001 From: mynampatinaveen Date: Mon, 9 Sep 2024 16:04:13 +0100 Subject: [PATCH] Update kms.tf --- modules/products/static-site/kms.tf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/products/static-site/kms.tf b/modules/products/static-site/kms.tf index f2b09e3..53d5b56 100644 --- a/modules/products/static-site/kms.tf +++ b/modules/products/static-site/kms.tf @@ -9,15 +9,6 @@ key_id = aws_kms_key.static_site_kms.id "Version": "2012-10-17", "Id": "key-default-1", "Statement": [ - { - "Sid": "Enable IAM User Permissions", - "Effect": "Allow", - "Principal": { - "AWS": "arn:aws:iam::${local.account_id}:root" - }, - "Action": "kms:*", - "Resource": "*" - }, { "Sid": "Allow use of the key", "Effect": "Allow",