infrablocks / ruby_terraform

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

Added '-var-file' option #2

Closed timurb closed 7 years ago

tobyclemson commented 7 years ago

Looks good to me. Will release shortly.

tobyclemson commented 7 years ago

v0.8.0 (16dadb6) includes this change.

timurb commented 7 years ago

You are rocket fast, thank you!

tobyclemson commented 7 years ago

Just realised, there was no update to the docs in you PR. If you get a chance would you mind opening another updating the documentation?

timurb commented 7 years ago

Sure, here it is: https://github.com/tobyclemson/ruby_terraform/pull/3

I noticed there is no reference to RubyTerraform::Commands::Plan in docs so I updated the docs only for Apply and Destroy.

tobyclemson commented 7 years ago

Yes, true, I'll look at adding those at some point.