Skip to content

Commit 89ed38c

Browse files
PRMT-70-add permission to access all S3 folder instead of just combined files (#328)
1 parent 0aff658 commit 89ed38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ resource "aws_iam_policy" "s3_document_data_policy_for_stitch_lambda" {
4848
"s3:GetObject",
4949
"S3:ListBucket",
5050
],
51-
"Resource" : ["${module.ndr-lloyd-george-store.bucket_arn}/combined_files/*"]
51+
"Resource" : ["${module.ndr-lloyd-george-store.bucket_arn}/*"]
5252
}
5353
]
5454
})

0 commit comments

Comments
 (0)