Databricks Terraform Provider v1.133.0 Fixes AI Gateway Grants
Databricks Terraform Provider v1.133.0 addresses a bug impacting `databricks_grant` and `databricks_grants` resources for AI Gateway securables. Previously, attempts to apply grants to `model_service`, `mcp_service`, and `model_provider_service` failed due to an unexpected resource-name prefix. The update now automatically strips this prefix before API calls and includes a `DiffSuppressFunc` to prevent perpetual diffs. This ensures users can cleanly manage AI Gateway permissions via Terraform, improving configuration reliability.
Fixes (1) ›
Fix databricks_grant and databricks_grants for the AI Gateway securables (model_service, mcp_service, model_provider_service). Wiring databricks_ai_gateway_*.<x>.name into the corresponding grant field previously failed on apply with No API found for 'GET /unity-catalog/permissions/model_provider_service/model-provider-services/<full_name>', because that name attribute carries a resource-name prefix (e.g. model-provider-services/) that the permissions API does not expect. The prefix is now stripped before it reaches the API path and the resource ID, and a DiffSuppressFunc treats the prefixed a
https://github.com/databricks/terraform-provider-databricks/releases/tag/v1.133.0
Related releases
- Databricks Go SDK v0.182.0 Adds AI Gateway, Telemetry, and Data Pipeline Enhancements Databricks Go SDK Releases ·
- Databricks Python SDK v0.140.0 Adds AI Gateway and Data Ingestion API Enhancements Databricks Python SDK Releases ·
- Databricks Shares RADAR System for Real-Time Gray Failure Detection Databricks Blog ·
- Databricks Lakebase Search reaches general availability Databricks Release Notes ·
- Databricks Apps Telemetry Reaches General Availability Databricks Release Notes ·
- Databricks IT Details Layered BYOD Security Strategy for Personal Devices Databricks Blog ·