You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
After upgrade of terragrunt to 0.29.2, error was gone
From Release letter of 0.29
"Update Terragrunt to work with Terraform 0.15. There are no code or behavior changes, but marking this release as incompatible because from this release onwards, we are only testing with Terraform 0.15 and up."
When doing terragrunt run-all , looks like terragrunt can't pass correctly the commands to terrafrom
Executed inside of "terraform folder"
Version of terragrunt and terraform :
➜ terraform git:(main) terragrunt --version
terragrunt version v0.27.1
➜ terraform git:(main) terraform version
I guess maybe it is due to terraform 15 and need for terragrunt 0.29
Can you please confirm
The text was updated successfully, but these errors were encountered: