databricks Terraform Databricks Provider Releases · · 1.133.0

Databricks Terraform Provider v1.133.0 Fixes AI Gateway Grants

terraformsecuritydatabricksengineer
patch

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

Read the original announcement →

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

Related releases