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
Is it possible to run terragrunt apply on multiple workspaces for the same module in parallel?
We do red/black EKS upgrades, and we deploy them via separate workspaces. Sometimes we need to apply/destroy both workspaces on our dev environments. I know it's possible to deploy multiple workspaces in parallel, each in a separate terminal process, but is it possible to do it with terragrunt built-in features? The same way, terragrunt can handle deploying multiple modules in parallel.
This would help us have a simpler code and save execution time.
Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to run
terragrunt apply
on multiple workspaces for the same module in parallel?We do red/black EKS upgrades, and we deploy them via separate workspaces. Sometimes we need to apply/destroy both workspaces on our dev environments. I know it's possible to deploy multiple workspaces in parallel, each in a separate terminal process, but is it possible to do it with terragrunt built-in features? The same way, terragrunt can handle deploying multiple modules in parallel.
This would help us have a simpler code and save execution time.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions