infrablocks / ruby_terraform

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

Adding support for -input option on plan and apply commands. #7

Closed MAPontes closed 6 years ago

MAPontes commented 6 years ago

Hi Toby,

I implemented the change we talked about on #4. I felt bad asking you for the feature and not helping in any way haha. I'm pretty new to git and ruby so I apologize for any mistakes. Hope it helps.

Thanks, Marcelo Araújo Pontes

tobyclemson commented 6 years ago

Hi Marcelo,

Thanks for the pull request :) It looks good to me. Would you mind also updating the README to reflect the additional option?

Thanks, Toby

MAPontes commented 6 years ago

Hey Toby,

No problem :). I also included documentation for the plan command.

Thanks, Marcelo Araújo Pontes

m8051 commented 6 years ago

Nice work lads, looking forward to having this feature.

tobyclemson commented 6 years ago

Merging in now, will release a new version shortly.

tobyclemson commented 6 years ago

v0.11.0 includes this change.