v0.14.0
Highlights
libterraform 0.14.0 updates the embedded Terraform runtime to 1.14.9 and exposes the Terraform 1.14 init/validate/test flags in the Python wrapper.
What's Changed
- Updated Terraform from 1.13.5 to 1.14.9.
- Added
enable_pluggable_state_storage_experimenttoTerraformCommand.init(). - Added
querytoTerraformCommand.validate(). - Added
allow_deferraltoTerraformCommand.test(). - Updated docs, release matrix, and native bridge checks for the Terraform 1.14 line.
Compatibility
- Terraform: 1.14.9
- go-plugin: 1.7.0
- Python: 3.9+
Install
pip install "libterraform==0.14.0"Links
- PyPI: https://pypi.org/project/libterraform/0.14.0/
- Full changelog: v0.13.0...v0.14.0