Skip to content

Commit

Permalink
updated terragrunt.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jun 26, 2024
1 parent c37cd61 commit fc70cba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions terragrunt.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,15 @@ terragrunt apply --terragrunt-log-level=debug --terragrunt-debug

See [this doc page](https://terragrunt.gruntwork.io/docs/features/debugging/) for more details and OpenTelemetry
integration.

## Terragrunt Troubleshooting

If you get an error like this when running Terragrunt:

```
ERRO[0000] fork/exec /Users/hari/.tfenv/bin: no such file or directory
ERRO[0000] Unable to determine underlying exit code, so Terragrunt will exit with error code 1
```

then make sure to unset `TERRAGRUNT_TFPATH` or direct it to your correct terraform binary (rather than directory as
in the case above).

0 comments on commit fc70cba

Please sign in to comment.