Skip to content

Commit ae433ba

Browse files
committed
CCM-8572: tidy comment
1 parent 89c3760 commit ae433ba

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

infrastructure/terraform/modules/backend-api/module_lambda_get_s3_object_tags.tf

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,6 @@ module "lambda_get_s3_object_tags" {
1313
}
1414

1515
data "aws_iam_policy_document" "get_s3_object_tags" {
16-
# TODO: should this be here? Not on the pipe?
17-
# statement {
18-
# sid = "AllowSQS"
19-
# effect = "Allow"
20-
21-
# actions = [
22-
# "sqs:DeleteMessage",
23-
# "sqs:GetQueueAttributes",
24-
# "sqs:ReceiveMessage",
25-
# ]
26-
27-
# resources = [module.sqs_quarantine_tags_added.sqs_queue_arn]
28-
# }
29-
30-
# statement {
31-
# sid = "AllowKMS"
32-
# effect = "Allow"
33-
34-
# actions = [
35-
# "kms:Decrypt",
36-
# ]
37-
38-
# resources = [var.kms_key_arn]
39-
# }
4016

4117
statement {
4218
sid = "AllowS3Read"

0 commit comments

Comments
 (0)