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.
* adding atlantis bootstrap mode to support getting started with atlantis for first time users
* removed unwanted confirm variable
* vendoring dependencies
* more vendoring
* more more and more vendoring
* comment about bootstrap package
* Proposed changes (#84)
* reviewed all the comments
* removing required approval flag since we will default to false