Databricks Terraform Provider v1.132.0 Adds Domain & Sandbox Management
Databricks Terraform Provider v1.132.0 introduces new resources and data sources for managing Databricks domains and sandboxes. This update also enhances `databricks_grant` to support `secret` securables, expanding governance capabilities. Additionally, a critical bug fix resolves inconsistent results and perpetual diffs when managing `git_source` and related fields within `databricks_app`. These changes enable Databricks users to provision and manage more infrastructure components programmatically via Terraform.
- →Add resource and data sources for databricks_domain
- →Add resource and data sources for databricks_sandbox
- →Add support for the secret securable in databricks_grant and databricks_grants
Features (3) ›
- Add resource and data sources for databricks_domain
- Add resource and data sources for databricks_sandbox
- Add support for the secret securable in databricks_grant and databricks_grants
Fixes (1) ›
databricks_app can now manage git_source, source_code_path, and git_repository.caller_credential_id. These are input_only (the Apps API accepts them on write but does not echo them on read), so the resource now calls the generated SyncFields reconciliation to preserve the configured value across reads, and treats the nested git_source descendants (git_repository, resolved_commit) as non-Computed. This prevents the "Provider produced inconsistent result after apply" error and the perpetual diff that previously occurred when any of these fields was set
Maintenance (1) ›
Document the auto_deploy and caller_credential_id fields of the databricks_app git_repository block, the git_source block, and the top-level source_code_path argument. Clarify that auto_deploy requires git_source to specify a branch. These fields become manageable with #5977
https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.132.0
Related releases
- Databricks SDK for Go v0.179.0 Adds API Fields and Accelerator Type Databricks Go SDK Releases ·
- Databricks SDK for Java v0.155.0 Adds API Fields for AI, ML, and Unity Catalog Databricks Java SDK Releases ·
- Databricks SDK for Python v0.139.0 Adds New API Fields Databricks Python SDK Releases ·
- Databricks restricts UI disabling of partner-powered AI features Databricks Release Notes ·
- Databricks to remove partner-powered AI features setting toggle Databricks Release Notes ·
- Sharing Foreign Schemas and Tables with OpenSharing is Generally Available Databricks Release Notes ·