New Features and Improvements
-
Add optional
git_credential_idattribute todatabricks_reporesource to allow explicit credential selection (#5877). -
For workspace-level hosts, resolve and validate the provider's
workspace_idfrom the host's/.well-known/databricks-configdiscovery metadata instead of a SCIM/Mecall (#5922).This removes the authenticated
/Merequest on workspace hosts (avoiding false failures for service principals that can manage resources but cannot call/Me), and makes aworkspace_idthat disagrees with the host fail at plan time instead of at apply. Hosts whose metadata does not advertise aworkspace_idfall back to the previous/Mebehavior.