-
Notifications
You must be signed in to change notification settings - Fork 0
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: DBTP-1503 - Terraform codebase pipelines #276
Conversation
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.
A first pass. Brain is a bit too Friday afternoon for this many lines!
Have you been pairing on this? I'm wondering how deep I need to get into it to review it.
Yes, @james-francis-MT and I have been pairing on most of this. We've split some of it off into different PRs, but yeah it's big |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #276 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 50 50
=========================================
Hits 50 50 ☔ View full report in Codecov by Sentry. |
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.
terraform code lgtm, looking forward to this going in.
Terraform pipelines based on the
platform-config.yml
. Each pipeline has a codebuild job to create deploy manifests and deploy actions for each service. The deploy order is set by run groups in the config.Example section from platform-config.yml:
Created pipeline:
Addresses most of https://uktrade.atlassian.net/browse/DBTP-1503.
Manual release pipeline and prod trigger pipeline will be separate PRs.