New Features and Improvements
- Add resource and data sources for
databricks_ai_search_endpoint. - Add resource and data sources for
databricks_ai_search_index.
Bug Fixes
-
Fixed
databricks_instance_poolignoringenable_elastic_disk = falsedue toomitemptyJSON tag, which caused an infinite plan/replace cycle (#5802). -
Fix
databricks_entitlementsto honorprovider_config { workspace_id }when used with an account-level provider (#5680). -
Fix spurious
account_iddrift ondatabricks_mws_ncc_private_endpoint_rule(#5347). The backend echoesaccount_idon read; the schema previously marked it as a plainOptionalattribute, so once it landed in state (for example viaterraform import) the next plan reportedaccount_id = "..." -> nulland a subsequent apply failed withcannot update mws ncc private endpoint rule: Update mask must be specified.. Markingaccount_idasComputed(matching the siblingdatabricks_mws_network_connectivity_configresource) preserves the server-provided value across refreshes and eliminates the spurious in-place update. -
Fixed
databricks_mws_workspacesfailing to updateprivate_access_settings_idand other fields on GCP workspaces (#5430).
Documentation
- Added
disabledfield totaskblock indatabricks_jobresource, allowing individual tasks to be disabled (#5767).
Exporter
- Rewrote Exporter logging so it works with Databricks Go SDK logging (#5805).