diff --git a/infra/terraform/test-org/org/github.tf b/infra/terraform/test-org/org/github.tf index e5c10761025..289b5efebeb 100644 --- a/infra/terraform/test-org/org/github.tf +++ b/infra/terraform/test-org/org/github.tf @@ -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 ] } diff --git a/infra/terraform/test-org/org/locals.tf b/infra/terraform/test-org/org/locals.tf index e905e7779a0..5b13f760508 100644 --- a/infra/terraform/test-org/org/locals.tf +++ b/infra/terraform/test-org/org/locals.tf @@ -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]) }, { @@ -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" @@ -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"