Skip to content

Commit

Permalink
chore: Update admins for terraform-google-regional-lb-http (#2808)
Browse files Browse the repository at this point in the history
Co-authored-by: Bharath KKB <[email protected]>
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
3 people authored Jan 15, 2025
1 parent e03407a commit 5e856fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -918,13 +918,16 @@ locals {
org = "GoogleCloudPlatform"
description = "Creates and manages AppHub resources"
maintainers = ["q2w"]
admins = ["bharathkkb"]
},
{
name = "terraform-google-regional-lb-http"
org = "GoogleCloudPlatform"
description = "Creates a regional HTTP load balancer using forwarding rules"
maintainers = ["q2w", "qz267"]
maintainers = ["qz267"]
admins = ["q2w"]
lint_env = {
ENABLE_BPMETADATA = "1"
}
},
]
}

0 comments on commit 5e856fa

Please sign in to comment.