Skip to content

Commit 51b0d07

Browse files
TrCaMq2w
andauthored
chore: add terraform-google-firebase module (#3392)
Co-authored-by: abhishek kumar tiwari <abhishektiwari571@gmail.com>
1 parent 57d4031 commit 51b0d07

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,5 +1037,15 @@ locals {
10371037
ENABLE_BPMETADATA = "1"
10381038
}
10391039
},
1040+
{
1041+
name = "terraform-google-firebase"
1042+
org = "GoogleCloudPlatform"
1043+
description = "Create and manage Google Firebase resources"
1044+
maintainers = setunion(["TrCaM", "rainshen49"], local.adc_common_admins)
1045+
topics = local.common_topics.e2e
1046+
lint_env = {
1047+
ENABLE_BPMETADATA = "1"
1048+
}
1049+
},
10401050
]
10411051
}

0 commit comments

Comments
 (0)