Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kennethreitz-archive/terrapyn

A Python module for slinging infrastructure (with terraform).
https://github.com/kennethreitz-archive/terrapyn

devops infrastructure-as-code python terraform

Last synced: 28 days ago
JSON representation

A Python module for slinging infrastructure (with terraform).

Awesome Lists containing this project

README

        

# Terrapyn: Orchestrate Terraform with Python

Work in progress. Passion project.

## Usage

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

>>> tf

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

The rest is a work in progress :)