Skip to content
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

chore: add owner for cloudsql and cloudops #1913

Merged
merged 4 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions infra/terraform/test-org/org/github.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ variable "temp_allow_invalid_owners" {
description = "Googlers added as owners on TF blueprint repos but are not part of the GCP or TGM orgs yet."
default = [
"dulacp",
"nidhi0710", # remove once heynidhi@ is added to GCP org
]
}

Expand Down
5 changes: 3 additions & 2 deletions infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ locals {
name = "terraform-google-kubernetes-engine"
org = "terraform-google-modules"
description = "Configures opinionated GKE clusters"
owners = ["Jberlinsky", "ericyz"]
owners = ["ericyz"]
topics = join(",", [local.common_topics.compute, local.common_topics.containers])
},
{
Expand Down Expand Up @@ -277,6 +277,7 @@ locals {
org = "terraform-google-modules"
description = "Manages Google Cloud's operations suite (Cloud Logging and Cloud Monitoring)"
topics = local.common_topics.ops
owners = ["imrannayer"]
},
{
name = "terraform-google-cloud-router"
Expand Down Expand Up @@ -476,7 +477,7 @@ locals {
org = "terraform-google-modules"
description = "Creates a Cloud SQL database instance"
topics = local.common_topics.db
owners = ["isaurabhuttam"]
owners = ["isaurabhuttam", "imrannayer"]
},
{
name = "terraform-google-startup-scripts"
Expand Down
Loading