v0.11.0
Highlights
libterraform 0.11.0 updates the embedded Terraform runtime to 1.11.4 and refreshes the Python wrapper, native bridge, and documentation for the Terraform 1.11 release line.
What's Changed
- Updated Terraform from 1.10.5 to 1.11.4.
- Updated the 0.11 release matrix, version metadata, and version comparison docs.
- Updated the native bridge for Terraform 1.11 plugin directory handling.
- Added explicit
junit_xmlsupport toTerraformCommand.test(). - Adjusted module JSON handling for Terraform 1.11 output where empty module lists are reported as
null. - Renamed the docs build target from
docs-buildtodoc-buildand updated related docs and tests. - Regenerated
uv.lockagainst the official PyPI source. - Updated English and Chinese API documentation for the changed interfaces.
Compatibility
- Terraform: 1.11.4
- go-plugin: 1.6.0
- Python: 3.9 to 3.14
Install
pip install "libterraform==0.11.0"Links
- PyPI: https://pypi.org/project/libterraform/0.11.0/
- Full changelog: v0.10.0...v0.11.0