Skip to content

v1.125.0

Latest

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 10 Aug 08:58
f81a3fb

New Features and Improvements

  • Add optional git_credential_id attribute to databricks_repo resource to allow explicit credential selection (#5877).

  • For workspace-level hosts, resolve and validate the provider's workspace_id from the host's /.well-known/databricks-config discovery metadata instead of a SCIM /Me call (#5922).

    This removes the authenticated /Me request on workspace hosts (avoiding false failures for service principals that can manage resources but cannot call /Me), and makes a workspace_id that disagrees with the host fail at plan time instead of at apply. Hosts whose metadata does not advertise a workspace_id fall back to the previous /Me behavior.