✨ Terragrunt run-all support ✨
env zero now supports therun-all
command, which will allow you to utilize all of its features for multiple modules in the same environment: CI/CD, drift detection, cost estimation, and more.
Within Terragrunt template configuration, under Advanced
settings - check Execute run-all commands on multiple modules

The minimum supported Terragrunt version for run-all is 0.28.1.
Execute run-all commands on multiple modules
configuration, env0 runs the terragrunt run-all
command for you, and every module in your templates project is deployed simultaneously.