From f031fcaa970bced527ecb9a465d3167b3a3b1f56 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 27 Oct 2021 17:12:20 -0400 Subject: [PATCH] no need for TF_FORK=0 --- scripts/debug-terraform | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/debug-terraform b/scripts/debug-terraform index a057c0d3c..f2dfae08c 100755 --- a/scripts/debug-terraform +++ b/scripts/debug-terraform @@ -18,11 +18,6 @@ set -eu -# Make sure we're debugging the process where the code is actually running. -# (This also, as a side effect, causes raw logs to go directly to stderr, -# and panics to be expressed directly, since we lose the log/panic wrapper.) -export TF_FORK=0 - echo "Launching Terraform in a headless debug session" echo "Connect to it using: dlv connect 127.0.0.1:2345" echo "(Terraform takes a long time to build and launch in this mode; some logs will appear below)"