Skip to content

Commit

Permalink
update regions
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
  • Loading branch information
ahmetb committed Apr 5, 2021
1 parent 1fef6a4 commit 035f288
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runsd/regions.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
)

var (
// TODO needs updating
cloudRunRegionCodes = map[string]string{
"asia-east1": "de",
"asia-east2": "df",
Expand All @@ -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",
}
)

Expand Down

0 comments on commit 035f288

Please sign in to comment.