Skip to content

v0.11.0 (2026-04-29)

Choose a tag to compare

@github-actions github-actions released this 29 Apr 04:22
964ccf5

What’s new

Added

  • Build tooling (scripts/build_resources/) to auto-generate Databricks resource models from the Terraform provider schema

Updated

  • All Databricks resource models are now derived from auto-generated files built directly from the Terraform provider schema, ensuring fields stay in sync with the provider and reducing manual maintenance

Breaking changes

  • Dropped support for Pulumi IaC backend
  • Renamed stack backend property to iac_backend
  • Removed data_accesses attribute to Metastore resource
  • Several Databricks resource fields renamed to align with Terraform and Databricks API conventions
    • secret value attribute renamed to string_value
    • warehouse channel_name replaced channel model
    • group.workspace_permission_assignments permissions is now mandatory

Full Changelog