@@ -27,20 +27,50 @@ params:
2727 options :
2828 - label : Iowa (us-central1) / United States (nam5)
2929 value : us-central1
30+ - label : Oregon (us-west1)
31+ value : us-west1
32+ - label : Los Angeles (us-west2)
33+ value : us-west2
34+ - label : Salt Lake City (us-west3)
35+ value : us-west3
36+ - label : Las Vegas (us-west4)
37+ value : us-west4
38+ - label : Montréal (northamerica-northeast1)
39+ value : northamerica-northeast1
3040 - label : South Carolina (us-east1)
3141 value : us-east1
3242 - label : Northern Virginia (us-east4)
3343 value : us-east4
44+ - label : São Paulo (southamerica-east1)
45+ value : southamerica-east1
3446 - label : Belgium (europe-west1) / Europe (eur3)
3547 value : europe-west1
3648 - label : London (europe-west2)
3749 value : europe-west2
3850 - label : Frankfurt (europe-west3)
3951 value : europe-west3
52+ - label : Warsaw (europe-central2)
53+ value : europe-central2
54+ - label : Zürich (europe-west6)
55+ value : europe-west6
56+ - label : Mumbai (asia-south1)
57+ value : asia-south1
58+ - label : Singapore (asia-southeast1)
59+ value : asia-southeast1
60+ - label : Jakarta (asia-southeast2)
61+ value : asia-southeast2
4062 - label : Hong Kong (asia-east2)
4163 value : asia-east2
64+ - label : Taiwan (asia-east1)
65+ value : asia-east1
4266 - label : Tokyo (asia-northeast1)
4367 value : asia-northeast1
68+ - label : Osaka (asia-northeast2)
69+ value : asia-northeast2
70+ - label : Seoul (asia-northeast3)
71+ value : asia-northeast3
72+ - label : Sydney (australia-southeast1)
73+ value : australia-southeast1
4474 default : us-central1
4575 required : true
4676 immutable : true
@@ -78,5 +108,5 @@ resources:
78108 type : firebaseextensions.v1beta.function
79109 properties :
80110 location : ${LOCATION}
81- runtime : nodejs14
111+ runtime : nodejs16
82112 httpsTrigger : {}
0 commit comments