New Features and Improvements
- Add support for
model_service,mcp_service, andmodel_provider_servicesecurables indatabricks_grantanddatabricks_grants(#5941).
Bug Fixes
- Fixed
databricks_sharefailing withproduced an unexpected new value: .commentwhen a share's comment is set or removed outside of Terraform (e.g. in the UI). Thecommentattribute is nowOptional+Computed, so an out-of-band value is adopted into state instead of erroring, whilecomment = ""still explicitly clears the description.
Documentation
- Document the
roles/group.assumerrole for group rule sets indatabricks_access_control_rule_set(#5924).