When doing terragrunt run-all , looks like terragrunt can't pass correctly the commands to terrafrom
Executed inside of "terraform folder"
Initializing the backend...
Initializing provider plugins...
Terraform has been successfully initialized!
You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2021/05/05 17:12:09 Running command: terraform run-all init
Terraform has no command named "run-all".
To see all of Terraform's top-level commands, run:
terraform -help
[terragrunt] 2021/05/05 17:12:10 Hit multiple errors:
Hit multiple errors:
exit status 1
Version of terragrunt and terraform :
➜ terraform git:(main) terragrunt --version
terragrunt version v0.27.1
➜ terraform git:(main) terraform version
Terraform v0.15.1
on darwin_amd64
I guess maybe it is due to terraform 15 and need for terragrunt 0.29
Can you please confirm