-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add execution order group #2178
Conversation
@tufitko could you add some docs examples? |
Such an elegant approach! Terragrunt user :) |
to apply/plan by order
e24aa88
to
f19e8af
Compare
@jamengual I updated docs |
@jamengual also fixed CI lint |
@jamengual any updates? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the contribution
* feat: add execution order group to apply/plan by order * fix: use official golanci-lint script
Implementing is #2076, without early aborting
Added execution_order_group. After building projects, projects will be sorted by these groups.
It's useful for projects with dependencies among themselves (Mostly for terragrunt projects, or terraform with remote_states).
I will be able to support parallel apply/plan with these groups in next pr.