databricks Terraform Databricks Provider Releases · · 1.127.0

Databricks Terraform Provider v1.127.0 Enhances AI/ML Securables and Fixes Share Comment Bug

terraformaidatabricksgaengineer
patch

Version 1.127.0 of the Databricks Terraform Provider has been released, introducing support for `model_service`, `mcp_service`, and `model_provider_service` securables within `databricks_grant` and `databricks_grants`. This enhancement allows for more granular permission management for AI/ML-related services. Additionally, a bug preventing `databricks_share` from correctly handling out-of-band changes to its comment attribute has been fixed by making the attribute `Optional`+`Computed`. These updates improve both the security configuration capabilities for AI workloads and the robustness of Terraform state management for Databricks resources.

  • Document the roles/group.assumer role for group rule sets in databricks_access_control_rule_set
Fixes (1)
  • 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

Maintenance (1)
  • Document the roles/group.assumer role for group rule sets in databricks_access_control_rule_set
Read the original announcement →

https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.127.0

Related releases