Skip to content

Commit

Permalink
adjust storage credential name
Browse files Browse the repository at this point in the history
  • Loading branch information
jayengee committed Feb 5, 2025
1 parent c7b4411 commit 2ae9af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks-s3-volume/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "databricks_storage_credential" "volume" {
module.databricks_bucket
]

name = local.catalog_name
name = var.create_catalog ? local.catalog_name : local.volume_name
aws_iam_role {
role_arn = aws_iam_role.dbx_unity_aws_role[0].arn
}
Expand Down

0 comments on commit 2ae9af9

Please sign in to comment.