From 35afe1866af094a1a45263b5e9861340a1f9f446 Mon Sep 17 00:00:00 2001 From: Jules Casteran Date: Thu, 13 Mar 2025 11:56:10 +0100 Subject: [PATCH] docs: set TF_LOG=DEBUG in deployment debugging --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 06cddcdd0e..b1be39230c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -270,7 +270,7 @@ $ export TF_APPEND_USER_AGENT="CI/CD System XYZ Job #1234" In case you want to [debug a deployment](https://www.terraform.io/internals/debugging), you can use the following command to increase the level of verbosity. -`SCW_DEBUG=1 TF_LOG=WARN TF_LOG_PROVIDER=DEBUG terraform apply` +`SCW_DEBUG=1 TF_LOG=DEBUG TF_LOG_PROVIDER=DEBUG terraform apply` - `SCW_DEBUG`: set the debug level of the scaleway SDK. - `TF_LOG`: set the level of the Terraform logging.