Skip to content

Commit c54704e

Browse files
chore: adding adc mantainers for secure-web-proxy (#3339)
Co-authored-by: Bharath KKB <bharathkrishnakb@gmail.com>
1 parent bca76b1 commit c54704e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ locals {
919919
name = "terraform-google-secure-web-proxy"
920920
org = "GoogleCloudPlatform"
921921
description = "Create and manage Secure Web Proxy on GCP for secured egress web traffic"
922-
maintainers = ["maitreya-source"]
922+
maintainers = setunion(["maitreya-source"], local.adc_common_admins)
923923
topics = join(",", [local.common_topics.security, local.common_topics.net])
924924
},
925925
{

0 commit comments

Comments
 (0)