Open marinalimeira opened 2 years ago
Hi, I was wondering on which environment/Terragrunt version this happened, on my tests in Ubuntu / Terragrunt v0.38.6:
$ terragrunt apply --terragrunt-log-level debug --terragrunt-debug
DEBU[0000] Did not find any locals block: skipping evaluation.
DEBU[0000] Running command: terraform --version prefix=[/projects/gruntwork/terragrunt-tests/issue-2223]
ERRO[0000] exec: "terraform": executable file not found in $PATH
ERRO[0000] Unable to determine underlying exit code, so Terragrunt will exit with error code 1
I am on macOS 12.5 and terragrunt v0.38.6.
I experienced this today with terragrunt v0.45.8
Hi, can be shared more details about the environment:
yes, it will be very useful to have more informative error message
When trying to execute any Terragrunt command in a path where Terraform isn't available, I get no error message:
It should report
terraform not found
.