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

A Python module for slinging infrastructure (with terraform).

Notifications You must be signed in to change notification settings

kennethreitz-archive/terrapyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

A Python module for slinging infrastructure (with terraform).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages