Azure / azure-data-labs-modules

A list of Terraform modules to build your Azure Data IaC templates.
http://azuredatalabs.com
MIT License
86 stars 46 forks source link

Disable load_balancer_backend_address_pool_id property in Databricks module #228

Closed jdocampo closed 1 year ago

jdocampo commented 1 year ago

It is not possible to currently provide a neutral value for this property that has no effect on the workspace. When provided to null or empty string, workspace deployment is a success, but cluster creation fails with bootstrap error. When this value is not provided, the workspace behaves correctly.

Since this is a very specific and uncommon property to use, we should disable it in order to provide a quick and effective solution.