Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 352 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 352 Bytes

Terrapyn: Orchestrate Terraform with Python

Work in progress. Passion project.

Usage

>>> from terrapyn import Terraform
>>> tf = Terraform()

>>> tf
<TerraformCommand version='0.11.8'>

>>> tf.working_dir
WindowsPath('C:/Users/me/AppData/Local/Temp/terrapyn-p2p9iy63-terraform-plan')

The rest is a work in progress :)