Open
Description
TL;DR
There is a quite a bit of similarity in the terraform for the two cloud run jobs:
https://github.com/abcxyz/github-metrics-aggregator/tree/main/terraform/modules/artifacts
https://github.com/abcxyz/github-metrics-aggregator/tree/main/terraform/modules/commit_review_status
It might be nice to pull out the commonalities into a terraform module that can be re-used. We've done this previously for our Cloud Run Services:
https://github.com/abcxyz/terraform-modules/tree/main/modules/cloud_run
Detailed design
No response
Alternatives considered
No response
Additional information
No response