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 resource group in modules optional #88

Open alexott opened 11 months ago

alexott commented 11 months ago

In many deployments resource groups could be already pre-created by infra teams and actual deployment principal may not have an ability to create new resource group. It would be useful to make creation of resource group optional, allowing to pass the resource group name & location as parameters.

alexott commented 5 months ago

115 addressed this for adb-lakehouse module