Highlights
libterraform 0.15.0 updates the embedded Terraform runtime to 1.15.5 and expands the Python CLI wrappers around Terraform 1.15 argument changes.
What's Changed
- Updated Terraform from 1.14.9 to 1.15.5.
- Added
create_default_workspacetoTerraformCommand.init(). - Added
varsandvar_filessupport toTerraformCommand.validate(),get(),show(),modules(), andgraph(). - Added
module_depthandverbosetoTerraformCommand.graph(). - Synced the native bridge with Terraform 1.15's reattach parser move.
- Updated docs and release matrix for the new 0.15 line.
Compatibility
- Terraform: 1.15.5
- go-plugin: 1.7.0
- Python: 3.9+
Install
pip install "libterraform==0.15.0"Links
- PyPI: https://pypi.org/project/libterraform/0.15.0/
- Full changelog: v0.14.0...v0.15.0