databricks / terraform-databricks-examples

Examples of using Terraform to deploy Databricks resources
https://registry.terraform.io/modules/databricks/examples/databricks/latest
Other
187 stars 116 forks source link

fix dependecy and add workspace_id as a new output #98

Closed dleiva04 closed 8 months ago

dleiva04 commented 8 months ago

Added the depends_on, because sometimes it doesn't setup the owner correctly so we're not able to do acl to the bucket.

Also, added workspace_id as an output, so the idea of using this module can be linked to another modules or resources (e.g attach a metastore after creating the workspace)