Skip to content

Commit

Permalink
fix: fix volume catalog grant principal
Browse files Browse the repository at this point in the history
  • Loading branch information
jayengee committed Oct 11, 2024
1 parent b2ce445 commit ec0299b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks-s3-volume/grants.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "databricks_grant" "catalog_rw" {
for_each = toset(local.catalog_rw_grant_principals)

catalog = local.catalog_name
principal = "Data Scientists"
principal = each.value
privileges = [
"APPLY_TAG",
"CREATE_CONNECTION",
Expand Down

0 comments on commit ec0299b

Please sign in to comment.