Skip to content

Commit

Permalink
fix: databricks volume bucket name output
Browse files Browse the repository at this point in the history
  • Loading branch information
jayengee committed Nov 6, 2024
1 parent 063136a commit 6067058
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added .github/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions databricks-s3-volume/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ output "dbx_unity_aws_role_arn" {
value = length(aws_iam_role.dbx_unity_aws_role) > 0 ? aws_iam_role.dbx_unity_aws_role[0].arn : null
}

output "volume_specific_bucket_name" {
value = length(module.databricks_bucket) > 0 ? module.databricks_bucket[0].name : null
output "volume_bucket_name" {
value = local.bucket_name
}

output "volume_path" {
Expand Down

0 comments on commit 6067058

Please sign in to comment.