From dcd3d39ca2b75b84ffab3b4b647827c11b15a029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Byjo=C5=9B?= Date: Thu, 1 Jul 2021 18:11:00 +0200 Subject: [PATCH] Add asia-south2 region (#35) --- runsd/regions.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runsd/regions.go b/runsd/regions.go index 357e570..1c6b8af 100644 --- a/runsd/regions.go +++ b/runsd/regions.go @@ -28,7 +28,8 @@ var ( "asia-northeast1": "an", "asia-northeast2": "dt", "asia-northeast3": "du", - "asia-south1 ": "el", + "asia-south1": "el", + "asia-south2": "em", "asia-southeast1": "as", "asia-southeast2": "et", "australia-southeast1": "ts",