Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 13:14
· 38 commits to main since this release

Highlights

libterraform 0.4.0 updates the embedded Terraform runtime to 1.2.2 and adds support for newer Terraform CLI options.

What's Changed

  • Updated Terraform from 1.1.7 to 1.2.2.
  • Added support for multiple -replace and -target values in TerraformCommand.plan().
  • Added parallelism support to TerraformCommand.refresh().
  • Added the README version comparison table for libterraform and Terraform versions.

Compatibility

  • Terraform: 1.2.2
  • Python: 3.6+ (tested through Python 3.10)

Install

pip install "libterraform==0.4.0"

Links