Skip to content

Commit d6ecf9a

Browse files
committed
Add firebaseapphosting to teamcity
1 parent c072299 commit d6ecf9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mmv1/third_party/terraform/.teamcity/components/inputs/services_beta.kt

+5
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,11 @@ var ServicesListBeta = mapOf(
401401
"displayName" to "Firebaseappcheck",
402402
"path" to "./google-beta/services/firebaseappcheck"
403403
),
404+
"firebaseapphosting" to mapOf(
405+
"name" to "firebaseapphosting",
406+
"displayName" to "Firebase App Hosting",
407+
"path" to "./google-beta/services/firebaseapphosting"
408+
),
404409
"firebasedatabase" to mapOf(
405410
"name" to "firebasedatabase",
406411
"displayName" to "Firebasedatabase",

0 commit comments

Comments
 (0)