Skip to content

v1.127.0

Latest

Choose a tag to compare

@cross-repo-secure-release-app cross-repo-secure-release-app released this 17 Aug 08:23
8c8e764

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).