diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29bb..0733803be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1 @@ +- Update list of supported regions for 2nd Gen Functions. (#1402) diff --git a/src/v2/options.ts b/src/v2/options.ts index 2e8d78d0a..5726fdd1b 100644 --- a/src/v2/options.ts +++ b/src/v2/options.ts @@ -45,13 +45,31 @@ export { RESET_VALUE } from "../common/options"; * List of all regions supported by Cloud Functions v2 */ export type SupportedRegion = + | "asia-east1" | "asia-northeast1" + | "asia-northeast2" | "europe-north1" | "europe-west1" | "europe-west4" | "us-central1" | "us-east1" - | "us-west1"; + | "us-east4" + | "us-west1" + | "asia-east2" + | "asia-northeast3" + | "asia-southeast1" + | "asia-southeast2" + | "asia-south1" + | "australia-southeast1" + | "europe-central2" + | "europe-west2" + | "europe-west3" + | "europe-west6" + | "northamerica-northeast1" + | "southamerica-east1" + | "us-west2" + | "us-west3" + | "us-west4"; /** * List of available memory options supported by Cloud Functions.