mirror of
https://github.com/kennethreitz-archive/terrapyn.git
synced 2026-06-19 06:30:57 +00:00
18 lines
352 B
Markdown
18 lines
352 B
Markdown
# 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 :)
|