karstenjakobsen / terraform-bin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python wrapper for Terraform binary

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

Usage

pipenv install terraform-bin

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

Build wheel

Works only on Mac/Linux for distributing since we need to set the execution rights of the binaries properly. Windows doesnt allow this.

build-wheel.sh

License

This project is Apache License Version 2.0.

About

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

License:Apache License 2.0


Languages

Language:Python 98.8%Language:Shell 1.2%