Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj Poluri committed Mar 5, 2025
1 parent 5c461f9 commit e965d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "aws_lakeformation_permissions" "catalog_client_permissions" {
permissions = ["DESCRIBE"]

table {
name = aws_glue_catalog_database.apiary_glue_database[each.value.schema_name].name
wildcard = true
database_name = aws_glue_catalog_database.apiary_glue_database[each.value.schema_name].name
wildcard = true
}
}

0 comments on commit e965d9b

Please sign in to comment.