We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378fd74 commit 1541b5eCopy full SHA for 1541b5e
infra/terraform/test-org/org/locals.tf
@@ -433,7 +433,7 @@ locals {
433
org = "terraform-google-modules"
434
description = "Creates an internal load balancer for Compute Engine by using forwarding rules"
435
topics = local.common_topics.net
436
- maintainers = ["imrannayer"]
+ maintainers = setunion(["imrannayer"], local.adc_common_admins)
437
},
438
{
439
name = "terraform-google-log-export"
0 commit comments