-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Ci/feat/terragrunt multi module #6738
base: tasking-manager-fastapi
Are you sure you want to change the base?
Ci/feat/terragrunt multi module #6738
Conversation
ec008a6
to
ad521bf
Compare
044c3bc
to
1b9e707
Compare
Huge number of merge conflicts here that will make it difficult for me to review. Can we also discuss over a call the background of this PR and intentions for merging into the fastapi branch? |
042a58b
to
e0c5725
Compare
@dakotabenjamin I have rebased and now there are only changes that need review. |
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.
Looks good! Just needs two small changes.
e0c5725
to
c24266e
Compare
c24266e
to
cdb0eb6
Compare
cdb0eb6
to
738afc8
Compare
|
What type of PR is this? (check all applicable)
Related Issue
Describe this PR
This PR adds feature to run terragrunt workflow on different directory with environment based plan and apply stage and GH review based deployment for security purpose.
You can run plan workflow on following modules and after it success, it will auto trigger apply module:
This PR too adds feature of review based deployment utilizing GitHub Environments. The plan and apply stage are on separate workflow. When the plan workflow (
terragrunt plan
) completes with review, the apply workflow runs automatically and waits for review to runterragrunt apply
.Closes #6739