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 0aff658 commit 89ed38cCopy full SHA for 89ed38c
infrastructure/iam.tf
@@ -48,7 +48,7 @@ resource "aws_iam_policy" "s3_document_data_policy_for_stitch_lambda" {
48
"s3:GetObject",
49
"S3:ListBucket",
50
],
51
- "Resource" : ["${module.ndr-lloyd-george-store.bucket_arn}/combined_files/*"]
+ "Resource" : ["${module.ndr-lloyd-george-store.bucket_arn}/*"]
52
}
53
]
54
})
0 commit comments