Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 03:02
· 22 commits to main since this release

Highlights

libterraform 0.8.0 updates the embedded Terraform runtime to 1.8.4 and adds support for the newer providers lock plugin-cache option.

What's Changed

  • Updated Terraform from 1.6.6 to 1.8.4.
  • Added enable_plugin_cache support to TerraformCommand.providers_lock().
  • Added make format and formatted the codebase with the project formatter.
  • Added Ruff as a development formatter/linting tool.

Compatibility

  • Terraform: 1.8.4
  • Python: 3.7+ (tested through Python 3.12)

Contributors

Thanks to @haodeon for the Terraform 1.8.4 update in #9.

Install

pip install "libterraform==0.8.0"

Links