Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Aug 15, 2024
1 parent 5e8f7fa commit fd7cd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks-catalog-external-location/catalogs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "databricks_catalog" "catalog" {

resource "databricks_grants" "grants" {
for_each = { for idx, catalog in var.catalogs : catalog.name => catalog }
catalog = databricks_catalog.catalog.name
catalog = each.value.name

depends_on = [
databricks_catalog.catalog
Expand Down

0 comments on commit fd7cd45

Please sign in to comment.