diff --git a/.DS_Store b/.DS_Store index 38f7463e..a4f38cbe 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.github/.DS_Store b/.github/.DS_Store new file mode 100644 index 00000000..7f893476 Binary files /dev/null and b/.github/.DS_Store differ diff --git a/databricks-s3-volume/README.md b/databricks-s3-volume/README.md index d5c783c0..9526a872 100644 --- a/databricks-s3-volume/README.md +++ b/databricks-s3-volume/README.md @@ -72,5 +72,8 @@ |------|-------------| | [dbx\_unity\_aws\_role\_arn](#output\_dbx\_unity\_aws\_role\_arn) | n/a | | [volume\_path](#output\_volume\_path) | n/a | -| [volume\_specific\_bucket\_name](#output\_volume\_specific\_bucket\_name) | n/a | +| [volume\_bucket\_name](#output\_volume\_bucket\_name) | n/a | +| [catalog\_name](#output\_catalog\_name) | n/a | +| [schema\_name](#output\_schema\_name) | n/a | +| [volume\_name](#output\_volume\_name) | n/a | \ No newline at end of file diff --git a/databricks-s3-volume/outputs.tf b/databricks-s3-volume/outputs.tf index d0a58e24..284cf95d 100644 --- a/databricks-s3-volume/outputs.tf +++ b/databricks-s3-volume/outputs.tf @@ -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" {