Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly set the Stdout/StdErr field for commands (#841)
We were incorrectly using the Pipe functions and logging it by parsing each newline. Simply setting the Stdout/StdErr fields is the correct way and avoids detecting newlines. This also improves logging by not splitting every single newline into a separate log line. Rather logging a whole string from Terraform in one shot. Fixes #835 * Update deployment/terraform/engine.go Co-authored-by: Felipe Martin <[email protected]> * added missing import --------- Co-authored-by: Felipe Martin <[email protected]>
- Loading branch information