A Python module for slinging infrastructure (with terraform).

kennethreitz-archive kennethreitz-archive Last update: Jan 28, 2023

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

Subscribe to our newsletter