Skip to content

Commit 40f7580

Browse files
Fix tf
1 parent a39a042 commit 40f7580

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

infrastructure/terraform/components/api/module_lambda_get_letter_data.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,4 @@ data "aws_iam_policy_document" "get_letter_data_lambda" {
7575
actions = ["s3:GetObject"]
7676
resources = ["${module.s3bucket_test_letters.arn}/*"]
7777
}
78-
79-
statement {
80-
sid = "KmsForS3Objects"
81-
actions = ["kms:Decrypt", "kms:Encrypt", "kms:GenerateDataKey"]
82-
resources = [module.s3bucket_test_letters.kms_key_arn]
83-
}
8478
}

0 commit comments

Comments
 (0)