Terraform: General Troubleshooting Tips

less than 1 minute read

Description

Some general troubleshooting tips for Terraform:

To Resolve:

  1. You can view resources in state file directly.

  2. You can set TF_LOG to one of the log levels (in order of decreasing verbosity) TRACE, DEBUG, INFO, WARN or ERROR to change the verbosity of the logs.

  3. Take a look at various sections under Terraform internals.

Comments