Skip to content

Commit

Permalink
docs: Adding OpenTofu/Terraform debugging guidance (#3813)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar authored Jan 28, 2025
1 parent ae77040 commit 140d68d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/_docs/05_troubleshooting/01-debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ the sun.
In this example we've seen how debug options can help us root cause issues
in dependency and local variable resolution.

<!-- See
https://github.com/gruntwork-io/terragrunt/blob/eb692a83bee285b0baaaf4b271c66230f99b6358/docs/_docs/02_features/debugging.md
for thoughts on other potential features to implement.
-->
## Additional OpenTofu/Terraform Debugging

If you're still having trouble, you may want to try adjusting the `TF_LOG` environment variables to instruct OpenTofu/Terraform to emit more detailed logs.

You can learn more about OpenTofu/Terraform debug logging [here](https://opentofu.org/docs/internals/debugging/).

0 comments on commit 140d68d

Please sign in to comment.