10 lines
426 B
Markdown
10 lines
426 B
Markdown
## Introduction
|
|
|
|
python-terraform is a python module provide a wrapper of `terraform` command line tool.
|
|
`terraform` is a tool made by Hashicorp, please refer to https://terraform.io/
|
|
|
|
### Status
|
|
[![Build Status](https://travis-ci.org/beelit94/python-terraform.svg?branch=develop)](https://travis-ci.org/beelit94/python-terraform)
|
|
|
|
## Installation
|
|
pip install git+https://github.com/beelit94/python-terraform.git@develop
|