v0.3.1
Highlights
libterraform 0.3.1 is a focused stability release that fixes a memory leak in the native Terraform bridge.
What's Fixed
- Fixed a memory leak when calling into Terraform from Python.
- Added the
go-pluginsubmodule used by the Terraform native library integration. - Updated the README to recommend 0.3.1 or newer for users affected by the leak.
Compatibility
- Terraform: 1.1.7
- Python: 3.6+ (tested through Python 3.10)
Install
pip install "libterraform==0.3.1"Links
- PyPI: https://pypi.org/project/libterraform/0.3.1/
- Full changelog: v0.3.0...v0.3.1