MitocGroup / recink

REciNK - Rethink Continuous Integration for JavaScript Applications
https://www.npmjs.org/package/recink
Mozilla Public License 2.0
14 stars 5 forks source link

Add debugging capability to see terraform binary results #96

Closed eistrati closed 6 years ago

eistrati commented 6 years ago

Currently, when debugging, we can't see what are the outputs / results from terraform binary commands. Let's add that capability.

eistrati commented 6 years ago

When a CI job gets stuck at terraform plan (usually because a variable was not defined in cli, but was defined in terraform), we can't see the output results. Please fix this use case...

eistrati commented 6 years ago

Checked.