v0.5.0
Highlights
libterraform 0.5.0 updates the embedded Terraform runtime to 1.3.0 and tightens Python compatibility around modern supported Python versions.
Breaking Changes
- Dropped Python 3.6 support. Python 3.7 or newer is required.
- Removed the obsolete
allow_missing_configoption fromTerraformCommand.force_unlock().
What's Changed
- Updated Terraform from 1.2.2 to 1.3.0.
- Added multi-directory support to
TerraformCommand.fmt(). - Removed the repository-local
.python-versionfile.
Compatibility
- Terraform: 1.3.0
- Python: 3.7+ (tested through Python 3.10)
Install
pip install "libterraform==0.5.0"Links
- PyPI: https://pypi.org/project/libterraform/0.5.0/
- Full changelog: v0.4.0...v0.5.0