From 6f3afa6daa9f096497a08a32657bdbd9d0a4df0e Mon Sep 17 00:00:00 2001 From: Imran Nayer Date: Fri, 13 Sep 2024 22:53:03 -0500 Subject: [PATCH] chore: Updated owner for IAM and PAM module (#2542) Co-authored-by: Bharath KKB --- infra/terraform/test-org/org/locals.tf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/infra/terraform/test-org/org/locals.tf b/infra/terraform/test-org/org/locals.tf index ece551928b8..6f59f0ffd57 100644 --- a/infra/terraform/test-org/org/locals.tf +++ b/infra/terraform/test-org/org/locals.tf @@ -381,6 +381,7 @@ locals { org = "terraform-google-modules" description = "Manages multiple IAM roles for resources on Google Cloud" topics = local.common_topics.security + owners = ["imrannayer"] }, { name = "terraform-google-jenkins" @@ -601,6 +602,13 @@ locals { owners = ["imrannayer"] topics = join(",", [local.common_topics.compute, local.common_topics.net]) }, + { + name = "terraform-google-pam" + org = "GoogleCloudPlatform" + description = "Deploy Privileged Access Manager" + owners = ["imrannayer", "mgaur10"] + topics = local.common_topics.security + }, { name = "terraform-google-netapp-volumes" org = "GoogleCloudPlatform"