v0.12.0
Highlights
libterraform 0.12.0 updates the embedded Terraform runtime to 1.12.2 and refreshes the Python wrapper, native bridge, and documentation for the Terraform 1.12 release line.
What's Changed
- Updated Terraform from 1.11.4 to 1.12.2.
- Updated go-plugin from 1.6.0 to 1.6.3 to match the Terraform 1.12 dependency line.
- Updated the 0.12 release matrix, version metadata, and version comparison docs.
- Added native command support for Terraform 1.12
state identities. - Added
TerraformCommand.state_identities()with JSON output parsing andidentity_idfiltering. - Updated Chinese API documentation for the new
state_identitiesinterface. - Marked the 0.12 release line as active maintenance and moved 0.10 to passive maintenance.
Compatibility
- Terraform: 1.12.2
- go-plugin: 1.6.3
- Python: 3.9 to 3.14
Install
pip install "libterraform==0.12.0"Links
- PyPI: https://pypi.org/project/libterraform/0.12.0/
- Full changelog: v0.11.0...v0.12.0