Skip to content

Commit 4970781

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/dl/module_lambda_upload_to_pdm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ data "aws_iam_policy_document" "upload_to_pdm_lambda" {
6868
]
6969

7070
resources = [
71-
"module.s3bucket_letters.arn/*"
71+
"${module.s3bucket_letters.arn}/*"
7272
]
7373
}
7474

0 commit comments

Comments
 (0)