We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c3760 commit ae433baCopy full SHA for ae433ba
infrastructure/terraform/modules/backend-api/module_lambda_get_s3_object_tags.tf
@@ -13,30 +13,6 @@ module "lambda_get_s3_object_tags" {
13
}
14
15
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
31
- # sid = "AllowKMS"
32
33
34
35
- # "kms:Decrypt",
36
37
38
- # resources = [var.kms_key_arn]
39
40
41
statement {
42
sid = "AllowS3Read"
0 commit comments