• James Bardin's avatar
    Add a way to avoid panicwrap when debugging · 6b7a079b
    James Bardin authored
    When trying to use a debugger, you don't want the terraform to run in a
    new child process. Setting TF_FORK=0 will skip panicwrap and continue
    running the program in the current process. This will also give direct
    access to log output, and stdout.
    6b7a079b