mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-15 22:10:37 -04:00
Programs that monitor Terraform's output to report panics might make the reasonable assumption that the string "panic:" is always included and is therefore safe to monitor for. Our custom panic output unfortunately breaks these assumptions at the moment. Instead of asking consumers to add their own handling to deal with this problem, let's add that greppable string to our custom panic output. |
||
|---|---|---|
| .. | ||
| indent.go | ||
| indent_test.go | ||
| logging.go | ||
| panic.go | ||
| panic_test.go | ||