databricks Terraform Databricks Provider Releases · · 1.117.0

Databricks Terraform Provider v1.117.0: Fix External Location File Events

terraforminfradatabricksengineer
patch

Databricks Terraform Provider version 1.117.0 fixes a bug in `databricks_external_location` where setting `enable_file_events` to `false` was ignored. This change ensures that when explicitly set to false, the provider now correctly sends this configuration to the Databricks API, preventing unexpected default behavior for file event monitoring. The fix targets users managing external locations via Terraform, ensuring their configuration for file events is respected.

Fixes (1)
  • Fix databricks_external_location so that creating a resource with enable_file_events = false is sent in the POST request. Previously the field was silently dropped (Go SDK marshals the bool with omitempty), so the server applied its true default and effective_enable_file_events came back true

Read the original announcement →

https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.117.0

Related releases