Skip to content

Commit 1770f41

Browse files
authored
Update locals.tf
1 parent fdef031 commit 1770f41

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

infra/terraform/test-org/org/locals.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,13 @@ locals {
590590
owners = ["imrannayer"]
591591
topics = join(",", [local.common_topics.compute, local.common_topics.net])
592592
},
593+
{
594+
name = "terraform-google-pam"
595+
org = "GoogleCloudPlatform"
596+
description = "Deploy Privileged Access Manage"
597+
owners = ["imrannayer", "mgaur10"]
598+
topics = local.common_topics.security
599+
},
593600
{
594601
name = "terraform-google-netapp-volumes"
595602
org = "GoogleCloudPlatform"

0 commit comments

Comments
 (0)