You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features and Improvements
Add support for model_service, mcp_service, and model_provider_service securables in databricks_grant and databricks_grants (#5941).
Bug Fixes
Fixed databricks_share failing with produced an unexpected new value: .comment when a share's comment is set or removed outside of Terraform (e.g. in the UI). The comment attribute is now Optional+Computed, so an out-of-band value is adopted into state instead of erroring, while comment = "" still explicitly clears the description.
Documentation
Document the roles/group.assumer role for group rule sets in databricks_access_control_rule_set (#5924).