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

Latest commit

 

History

History
15 lines (9 loc) · 419 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 419 Bytes

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.