diff --git a/infra/terraform/test-org/org/locals.tf b/infra/terraform/test-org/org/locals.tf index e905e7779a0..0fc88c0c8fc 100644 --- a/infra/terraform/test-org/org/locals.tf +++ b/infra/terraform/test-org/org/locals.tf @@ -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"