databricks Terraform Databricks Provider Releases · · 1.132.0

Databricks Terraform Provider v1.132.0 Adds Domain & Sandbox Management

terraforminfradatabricksengineer
feature patch

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

Read the original announcement →

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

Related releases