Python binding for Terraform, enabling programmatic control of Terraform workflows. Current version 0.9.0, release cadence irregular.
pip install libterraformNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic Terraform workflow using libterraform: init, plan, apply, and destroy.
Upgrade Python to 3.9+ or pin libterraform to <0.9.0 if on Python 3.8.
Install Terraform separately from https://www.terraform.io/downloads and ensure it's in PATH.
Always check return_code == 0 before using stdout.
No dependency data recorded yet.