Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 149 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 149 Bytes

Terrapyne

Python wrapper around terraform and similar

import terrapyne
tf = terrapyne.Terraform()
tf.apply()
outputs = tf.output()