Skip to content

v0.11.5 (2026-05-15)

Choose a tag to compare

@github-actions github-actions released this 15 May 15:04
4dbb5ce

What’s new

Added

  • Resources cross-reference validation. When a depends_on entry references a ${resources.X} name that does not exist in the stack, a warning is issued.
  • lookup_existing field for all applicable resources
  • Registration of Spark DataFrame / Column namespaces
  • Support for storing Terraform state file to Databricks workspace
  • Support for inject variables and/or variable files with CLI

Updated

  • TerraformStack.model_dump(): resource reference substitution (${resources.xxx}) now uses structured dict traversal with str.replace for simple refs and re.escape + lambda for property refs, fixing incorrect matches when resource names contain regex metacharacters (e.g. a dot)
  • Improved documentation review as per 2026/05/08 audit.
  • Documentation website
  • Improved exceptions reporting during validation of data sources and sinks
  • VariableType to only accept specific format instead of generic string.

Full Changelog