Skip to content

Commit 7939493

Browse files
authored
chore: Add ADC maintainers to vertex ai repo (#3321)
1 parent 6394d4c commit 7939493

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
@@ -632,7 +632,7 @@ locals {
632632
name = "terraform-google-vertex-ai"
633633
org = "GoogleCloudPlatform"
634634
description = "Deploy Vertex AI resources"
635-
maintainers = ["imrannayer"]
635+
maintainers = concat(["imrannayer"], local.adc_common_admins)
636636
topics = join(",", [local.common_topics.compute])
637637
},
638638
{

0 commit comments

Comments
 (0)