infrablocks / ruby_terraform

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

plugin_dir option for terraform init #6

Closed hurdigurdi closed 6 years ago

hurdigurdi commented 6 years ago

added plugin_dir for the init command of terraform in order to prevent downloading plugins for each new configuration scope. Updated init.rb, README and according rspec test

tobyclemson commented 6 years ago

Thanks for the PR, will merge now and release when I’m at a computer instead of on my phone :)

tobyclemson commented 6 years ago

Release 0.10.0 includes this change.

Thanks, Toby

hurdigurdi commented 6 years ago

You're super fast, thanks a lot for the prompt merge :)