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 7736cc3 commit 2550b5aCopy full SHA for 2550b5a
terraform/modules/auditlog/main.tf
@@ -184,6 +184,7 @@ resource "aws_iam_policy" "firehose_policy" {
184
Effect = "Allow",
185
Action = ["glue:GetTable", "glue:GetTableVersion", "glue:GetTableVersions"],
186
Resource = [
187
+ "arn:aws:glue:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:catalog",
188
aws_glue_catalog_database.this.arn,
189
aws_glue_catalog_table.this.arn
190
]
0 commit comments