From 035f288b2506bdc74002c103b05b6154c68f0319 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Mon, 5 Apr 2021 12:36:00 -0700 Subject: [PATCH] update regions Signed-off-by: Ahmet Alp Balkan --- runsd/regions.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/runsd/regions.go b/runsd/regions.go index 7b63e79..466cca2 100644 --- a/runsd/regions.go +++ b/runsd/regions.go @@ -22,7 +22,6 @@ import ( ) var ( - // TODO needs updating cloudRunRegionCodes = map[string]string{ "asia-east1": "de", "asia-east2": "df", @@ -40,11 +39,14 @@ var ( "europe-west4": "ez", "europe-west6": "oa", "northamerica-northeast1": "nn", + "southamerica-east1": "rj", "us-central1": "uc", "us-east1": "ue", "us-east4": "uk", "us-west1": "uw", - "southamerica-east1": "rj", + "us-west2": "wl", + "us-west3": "wm", + "us-west4": "wn", } )