Skip to content

Commit

Permalink
Merge branch 'main' into jbartolome/CDI-3889/catalog-bucket-naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jjb007 authored Mar 5, 2025
2 parents a4e178a + d866ae8 commit 1ce615d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion databricks-s3-volume-existing-catalog/grants.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ locals {
volume_rw_grants = flatten([
for volume in var.volume_buckets : [
for principal in volume.volume_rw_grant_principals : {
bucket_name = volume.volume_name
volume_name = volume.volume_name
principal = principal
}
]
Expand Down
2 changes: 1 addition & 1 deletion databricks-s3-volume/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {

### Databricks storage credential - allows workspace to access an external location.
### NOTE: names need to be unique across an account, not just a workspace
### NOTE:
### NOTE:

resource "databricks_storage_credential" "volume" {
count = var.create_storage_credential ? 1 : 0
Expand Down

0 comments on commit 1ce615d

Please sign in to comment.