We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5766c75 commit 1290160Copy full SHA for 1290160
1 file changed
infrastructure/terraform/components/api/iam_role_glue.tf
@@ -50,7 +50,7 @@ data "aws_iam_policy_document" "glue_service_policy" {
50
"s3:DeleteObject"
51
]
52
resources = ["arn:aws:s3:::${local.csi}-glue-bucket/*",
53
- "arn:aws:s3:::${local.csi_global}-event-reporting/*"]
+ "arn:aws:s3:::${local.csi_global}-eventcache/*"]
54
}
55
statement {
56
sid = "GlueCatalogAccess"
0 commit comments