v0.4.0
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
-replaceand-targetvalues inTerraformCommand.plan(). - Added
parallelismsupport toTerraformCommand.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
- PyPI: https://pypi.org/project/libterraform/0.4.0/
- Full changelog: v0.3.1...v0.4.0