Skip to content

Commit 5e7b31e

Browse files
committed
CCM-12613: Upload to PDM component
1 parent 33b90ad commit 5e7b31e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

infrastructure/terraform/components/dl/module_lambda_upload_to_pdm.tf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,19 @@ data "aws_iam_policy_document" "upload_to_pdm_lambda" {
5959
]
6060
}
6161

62+
statement {
63+
sid = "AllowS3Get"
64+
effect = "Allow"
65+
66+
actions = [
67+
"s3:GetObject"
68+
]
69+
70+
resources = [
71+
"module.s3bucket_letters.arn/*"
72+
]
73+
}
74+
6275
statement {
6376
sid = "KMSPermissions"
6477
effect = "Allow"

0 commit comments

Comments
 (0)