databricks Terraform Databricks Provider Releases · · 1.113.0

Databricks Terraform Provider v1.113.0: New PostgreSQL resources, explicit cloud config

terraforminfraawsazuregcpdatabricksengineer
patch

Version 1.113.0 of the Databricks Terraform provider introduces new resources for managing PostgreSQL catalogs and synced tables, alongside Databricks environments. It enhances configuration by allowing explicit cloud provider specification and control over account-level versus workspace-level API usage for dual resources. These updates benefit engineers and architects managing Databricks infrastructure via Terraform by improving flexibility and resolving import inconsistencies.

  • Fixed import inconsistency for force_destroy and other schema-only fields causing "Provider produced inconsistent final plan" errors
  • Fixed databricks_grant and databricks_grants to honor provider_config when using account-level providers
  • Update Go SDK to v0.127.0
  • Use account host check instead of account ID check in databricks_access_control_rule_set to determine client type
Fixes (2)
  • Fixed import inconsistency for force_destroy and other schema-only fields causing "Provider produced inconsistent final plan" errors
  • Fixed databricks_grant and databricks_grants to honor provider_config when using account-level providers
Maintenance (2)
  • Update Go SDK to v0.127.0
  • Use account host check instead of account ID check in databricks_access_control_rule_set to determine client type
Read the original announcement →

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

Related releases