Skip to content

v0.15.0

Latest

Choose a tag to compare

@Prodesire Prodesire released this 10 Jun 02:06
· 1 commit to main since this release

Highlights

libterraform 0.15.0 updates the embedded Terraform runtime to 1.15.5 and expands the Python CLI wrappers around Terraform 1.15 argument changes.

What's Changed

  • Updated Terraform from 1.14.9 to 1.15.5.
  • Added create_default_workspace to TerraformCommand.init().
  • Added vars and var_files support to TerraformCommand.validate(), get(), show(), modules(), and graph().
  • Added module_depth and verbose to TerraformCommand.graph().
  • Synced the native bridge with Terraform 1.15's reattach parser move.
  • Updated docs and release matrix for the new 0.15 line.

Compatibility

  • Terraform: 1.15.5
  • go-plugin: 1.7.0
  • Python: 3.9+

Install

pip install "libterraform==0.15.0"

Links