Databricks Terraform Provider v1.120.0: New Postgres API resource, SDKv2 deprecation
terraforminfradatabricksdeprecationengineer
patch
Databricks Terraform Provider v1.120.0 introduces a new resource for the PostgreSQL Data API and deprecates older SDKv2 fallback implementations for several resources and data sources. This change affects users managing Databricks resources with Terraform, particularly those relying on the older SDKv2 fallbacks, who should transition to the default Plugin Framework implementations to avoid issues in future releases. The release also includes bug fixes for permissions drift and application authorization.
- →Fix permanent permissions drift when user_name casing in databricks_permissions access_control blocks differs from the API response
- →Allow setting user_api_scopes = [] on databricks_app to disable OBO (On-Behalf-Of) user authorization
- →Make notification destination acceptance tests robust to the eventual consistency of the notification destinations list API
Fixes (2) ›
- Fix permanent permissions drift when user_name casing in databricks_permissions access_control blocks differs from the API response
- Allow setting user_api_scopes = [] on databricks_app to disable OBO (On-Behalf-Of) user authorization
Maintenance (1) ›
- Make notification destination acceptance tests robust to the eventual consistency of the notification destinations list API
Read the original announcement →
https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.120.0