mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-02 00:48:46 +00:00
Previously I wrote a bunch of code to deal with terraform panicking. This code used a pipe as the stdout/err buffer and there was a bug because I wasn't reading off the pipe and it would get full. While testing a fix, I realized when Terraform panics, the previous code using CombinedOutput() just worked. As a result, I'm switching back to that code.