infrablocks / ruby_terraform

A simple Ruby wrapper for invoking terraform commands.
MIT License
109 stars 33 forks source link

Add missing parameters to all implemented commands #4

Closed tobyclemson closed 3 years ago

MAPontes commented 6 years ago

Hi Toby, Would be nice if you added the missing parameters. As WA I've been adding some parameters in the argument section of the code: RubyTerraform.plan( directory: "-input=false src/*")

Just addin a comment to keep track of the issue if you ever work on it. Awesome work btw.

Att., Marcelo Pontes

tobyclemson commented 6 years ago

Hey Marcelo,

What parameters are you using and for which commands? It would be useful to know so I can prioritise.

Thanks, Toby

MAPontes commented 6 years ago

Hey Toby,

I'm using mostly the "-input" parameter on apply and plan so that I don't get prompted in case I forget a variable.

Att., Marcelo Pontes