A thin wrapper script that runs Terraform against LocalStack, enabling local development and testing of Terraform configurations without cloud resources. Current version: 0.26.0. Release cadence is irregular, mostly following upstream Terraform and LocalStack changes.
pip install terraform-localNo compatibility data collected yet for this library.
CLI usage via subprocess. terraform-local does not expose a Python API; it's a CLI wrapper.
Use subprocess.run(['tflocal', 'command']) or run 'tflocal' directly in terminal.
Upgrade to latest version and refer to Terraform CLI docs for flags.
After pip install, use 'tflocal' on the command line, not 'terraform-local'.
Verify installation: pip install terraform-local. Check if ~/.local/bin is in PATH, or run pip show terraform-local to locate the script.
Install Terraform CLI from https://www.terraform.io/downloads and ensure 'terraform' is available in your PATH.
Do not import; use subprocess.run(['tflocal', ...]) or run from shell.
No dependency data recorded yet.