terraform/internal/logging
CJ Horton 6e1e00ae3f standardize panic output
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.
2024-02-14 12:46:20 -08:00
..
indent.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
indent_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
logging.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00
panic.go standardize panic output 2024-02-14 12:46:20 -08:00
panic_test.go Update copyright file headers to BUSL-1.1 2023-08-10 23:43:27 +01:00