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
When adding a new Terraform root module to the platform, several pull requests must happen across multiple repos. In this example, we must enable Google Artifact Registry to allow teams to store containers and use virtual repos for Docker Hub. This will also allow teams to use GKE image streaming. You often add new features your internal customers request throughout your platform journey. This is just one example of that.
At this point, any IaC in the new Terraform root module will be able to flow through the continuous delivery flow. Given all that is happening on the backend, this isn't terrible, but let's see what we can do to improve this flow.
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
brettcurtis
changed the title
Technical debt for adding a Terraform root module to the platform
Simplify adding a new internal customer feature request (Terraform root module) to the platform
Feb 25, 2024
When adding a new Terraform root module to the platform, several pull requests must happen across multiple repos. In this example, we must enable Google Artifact Registry to allow teams to store containers and use virtual repos for Docker Hub. This will also allow teams to use GKE image streaming. You often add new features your internal customers request throughout your platform journey. This is just one example of that.
Pull Requests:
At this point, any IaC in the new Terraform root module will be able to flow through the continuous delivery flow. Given all that is happening on the backend, this isn't terrible, but let's see what we can do to improve this flow.
Tasks
The text was updated successfully, but these errors were encountered: