Databricks Terraform Provider v1.127.0 Enhances AI/ML Securables and Fixes Share Comment Bug
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
https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.127.0
Related releases
- Databricks Simplifies SQL ETL with Declarative Patterns in Lakehouse Databricks Blog ·
- Databricks Details AI SRE Platform for Accelerated Incident Investigation Databricks Blog ·
- Run, Debug, and Scale Databricks Workloads from Local IDEs Databricks Blog ·
- Databricks Terraform Provider v1.129.0 Enhances Resource Export Capabilities Terraform Databricks Provider Releases ·
- Databricks Java SDK v0.150.0 Enhances Unit Test Fixture Portability Databricks Java SDK Releases ·
- Databricks Runtime 13.3 has reached end of life endoflife.date ·