Skip to content

Commit 16cfe85

Browse files
committed
Update AWS Regions
Update AWS Regions Signed-off-by: liranmauda <liran.mauda@gmail.com>
1 parent 73e9e6f commit 16cfe85

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/util/util.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,7 @@ func GetAWSRegion() (string, error) {
11511151
"eu-south-1": "eu-south-1",
11521152
"eu-south-2": "eu-south-2",
11531153
"ap-east-1": "ap-east-1",
1154+
"ap-east-2": "ap-east-2",
11541155
"ap-northeast-1": "ap-northeast-1",
11551156
"ap-northeast-2": "ap-northeast-2",
11561157
"ap-northeast-3": "ap-northeast-3",
@@ -1159,6 +1160,8 @@ func GetAWSRegion() (string, error) {
11591160
"ap-southeast-3": "ap-southeast-3",
11601161
"ap-southeast-4": "ap-southeast-4",
11611162
"ap-southeast-5": "ap-southeast-5",
1163+
// Currently in AWS table there is no region ap-southeast-6
1164+
"ap-southeast-7": "ap-southeast-7",
11621165
"ap-south-1": "ap-south-1",
11631166
"ap-south-2": "ap-south-2",
11641167
"me-south-1": "me-south-1",

0 commit comments

Comments
 (0)