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

In GCP the "public_access_enabled" cannot be set to false when creating private access settings resource #65

Closed ashkan-db closed 5 months ago

ashkan-db commented 1 year ago

On GCP, When creating private access settings resource with TF, the "public_access_enabled" is set to the default value of "true" even if the argument is set to "false" in TF code.

mgyucht commented 5 months ago

This is addressed by https://github.com/databricks/terraform-provider-databricks/pull/3132. Thanks for raising!