Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

sourcelair/terraform-binary

Repository files navigation

Python wrapper for Terraform

This is a Python wrapper for Hashicorp's Terraform. Using terraform-binary you can install Terraform using Pipenv or Pip, instead of manually downloading, unzipping and installing it.

Usage

pipenv install --dev terraform-binary

terraform init # Now you can use terraform, after you installed it with Pipenv or Pip.

License

This project is MIT Licensed.