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

Changes related to PL support in `azurerm_subnet` resource #131

Closed alexott closed 1 month ago

alexott commented 1 month ago

azurerm_subnet resource in AzureRM 3.104.0 changed from having private_endpoint_network_policies_enabled to using private_endpoint_network_policies with string value (Enabled/Disabled, ...). To support it, I bumped the minimum version to 3.104.0 and made the necessary changes.

Also did a bit of refactoring in PL-related modules:

Both affected modules were tested in my environment