craigmonson / colonize

A terraform tool to manage environment driven templating.
MIT License
20 stars 5 forks source link

Tf error output #13

Closed jyore closed 7 years ago

jyore commented 7 years ago

addresses issue #1

Updates should print the TF output now. I had to modify the code a bit, but it should all be working and all tests pass. Having to use CombinedOutput instead of plain Run. I also had to push the output back up to where we can Log the output sanely.