Skip to content

Instantly share code, notes, and snippets.

/home/host/git/tftest # export TF_LOG=debug
/home/host/git/tftest # tf apply
2020/12/07 00:35:47 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2020/12/07 00:35:47 [INFO] Terraform version: 0.12.29
2020/12/07 00:35:47 [INFO] Go runtime version: go1.12.13
2020/12/07 00:35:47 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2020/12/07 00:35:47 [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2020/12/07 00:35:47 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/12/07 00:35:47 [INFO] Terraform version: 0.12.29
2020/12/07 00:35:47 [INFO] Go runtime version: go1.12.13
2020/12/07 00:35:47 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2020/12/07 00:35:47 [DEBUG] Attempting to open CLI config file: /root/.terraformrc
2020/12/07 00:35:47 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/12/07 00:35:47 [DEBUG] checking for credentials in "/root/.terraform.d/plugins"
2020/12/07 00:35:47 [INFO] CLI command args: []string{"apply"}
2020/12/07 00:35:47 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----