We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdef031 commit 1770f41Copy full SHA for 1770f41
infra/terraform/test-org/org/locals.tf
@@ -590,6 +590,13 @@ locals {
590
owners = ["imrannayer"]
591
topics = join(",", [local.common_topics.compute, local.common_topics.net])
592
},
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
+ },
600
{
601
name = "terraform-google-netapp-volumes"
602
org = "GoogleCloudPlatform"
0 commit comments