From 0c48223a72197b90fec67c4fcb7283307a19a97f Mon Sep 17 00:00:00 2001 From: Imran Nayer Date: Tue, 7 Nov 2023 17:55:27 -0600 Subject: [PATCH] chore: add to owner's list for memory store and pubsub module (#1938) Co-authored-by: Awais Malik --- infra/terraform/test-org/org/locals.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/terraform/test-org/org/locals.tf b/infra/terraform/test-org/org/locals.tf index 5b13f760508..9e94c3b1305 100644 --- a/infra/terraform/test-org/org/locals.tf +++ b/infra/terraform/test-org/org/locals.tf @@ -416,6 +416,7 @@ locals { org = "terraform-google-modules" description = "Creates a fully functional Google Memorystore (redis) instance" topics = local.common_topics.db + owners = ["imrannayer"] }, { name = "terraform-google-module-template" @@ -447,6 +448,7 @@ locals { org = "terraform-google-modules" description = "Creates Pub/Sub topic and subscriptions associated with the topic" topics = local.common_topics.da + owners = ["imrannayer"] }, { name = "terraform-google-sap"