v0.8.0
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_cachesupport toTerraformCommand.providers_lock(). - Added
make formatand 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
- PyPI: https://pypi.org/project/libterraform/0.8.0/
- Full changelog: v0.7.0...v0.8.0