New Features and Improvements
-
Add resource and data sources for
databricks_domain. -
Add resource and data sources for
databricks_sandbox. -
Add support for the
secretsecurable indatabricks_grantanddatabricks_grants. (#5996)
Bug Fixes
databricks_appcan now managegit_source,source_code_path, andgit_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 generatedSyncFieldsreconciliation to preserve the configured value across reads, and treats the nestedgit_sourcedescendants (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.
Documentation
- Document the
auto_deployandcaller_credential_idfields of thedatabricks_appgit_repositoryblock, thegit_sourceblock, and the top-levelsource_code_pathargument. Clarify thatauto_deployrequiresgit_sourceto specify abranch. These fields become manageable with #5977.