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

Make creation of Azure resource group for Databricks workspace optional #115

Closed alexott closed 5 months ago

alexott commented 5 months ago

Very often you need to deploy ADB workspace into existing resource group, but current adb-lakehouse module always creates a new resource group. This PR allows to specify existing resource group name, while keeping compatibility with the previous version by creating it by default (could be disabled with the new variable).