Skip to content

Commit 2550b5a

Browse files
committed
fix policy
1 parent 7736cc3 commit 2550b5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/modules/auditlog/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ resource "aws_iam_policy" "firehose_policy" {
184184
Effect = "Allow",
185185
Action = ["glue:GetTable", "glue:GetTableVersion", "glue:GetTableVersions"],
186186
Resource = [
187+
"arn:aws:glue:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:catalog",
187188
aws_glue_catalog_database.this.arn,
188189
aws_glue_catalog_table.this.arn
189190
]

0 commit comments

Comments
 (0)