StackStorm-Exchange / stackstorm-terraform

Apache License 2.0
13 stars 16 forks source link

Add more options for plan and apply #9

Closed jschoewe closed 5 years ago

jschoewe commented 5 years ago

Added more variables and options from the python terraform module to give the stackstorm actions more functionality. These new variables will allow you to specify a state file, specify target resources, and pass variables without needing a file.

Also, it isn't necessary to import the os module and change directory if you pass the path into the terraform function.

blag commented 5 years ago

Thanks!