We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c072299 commit d6ecf9aCopy full SHA for d6ecf9a
mmv1/third_party/terraform/.teamcity/components/inputs/services_beta.kt
@@ -401,6 +401,11 @@ var ServicesListBeta = mapOf(
401
"displayName" to "Firebaseappcheck",
402
"path" to "./google-beta/services/firebaseappcheck"
403
),
404
+ "firebaseapphosting" to mapOf(
405
+ "name" to "firebaseapphosting",
406
+ "displayName" to "Firebase App Hosting",
407
+ "path" to "./google-beta/services/firebaseapphosting"
408
+ ),
409
"firebasedatabase" to mapOf(
410
"name" to "firebasedatabase",
411
"displayName" to "Firebasedatabase",
0 commit comments