Skip to content

Commit

Permalink
chore: Updated owner for IAM and PAM module (#2542)
Browse files Browse the repository at this point in the history
Co-authored-by: Bharath KKB <[email protected]>
  • Loading branch information
imrannayer and bharathkkb authored Sep 14, 2024
1 parent 1675d38 commit 6f3afa6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6f3afa6

Please sign in to comment.