infrablocks / ruby_terraform

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

Support -module option for output #22

Closed tompiscitell closed 5 years ago

tompiscitell commented 5 years ago

This lets you get outputs from modules in your code without having to bubble them up to your root module.

tobyclemson commented 5 years ago

Thanks @tompiscitell! Will update here with a release version number once the pipeline has gone through.

tobyclemson commented 5 years ago

Version 0.20.0 includes this change.

Thanks, Toby