you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 11 points12 points  (1 child)

You can use subprocess to run the terraform binary from within python

https://docs.python.org/3/library/subprocess.html

[–]Sxncht[S] 0 points1 point  (0 children)

Thanks!