infrablocks / ruby_terraform

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

This enables the terraform show directive #24

Closed johngluckmdsol closed 5 years ago

johngluckmdsol commented 5 years ago

Our team is using the library and in need of the terraform "show" command. This was relatively easy to add, I simply copied the code for "get" and changed the options.

https://www.terraform.io/docs/commands/show.html

tobyclemson commented 5 years ago

Hey @johngluckmdsol,

Thanks for the PR, merging now and will be releasing shortly.

Toby

tobyclemson commented 5 years ago

Version 0.22.0 includes this change.

Thanks, Toby