We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e9e6f commit 16cfe85Copy full SHA for 16cfe85
1 file changed
pkg/util/util.go
@@ -1151,6 +1151,7 @@ func GetAWSRegion() (string, error) {
1151
"eu-south-1": "eu-south-1",
1152
"eu-south-2": "eu-south-2",
1153
"ap-east-1": "ap-east-1",
1154
+ "ap-east-2": "ap-east-2",
1155
"ap-northeast-1": "ap-northeast-1",
1156
"ap-northeast-2": "ap-northeast-2",
1157
"ap-northeast-3": "ap-northeast-3",
@@ -1159,6 +1160,8 @@ func GetAWSRegion() (string, error) {
1159
1160
"ap-southeast-3": "ap-southeast-3",
1161
"ap-southeast-4": "ap-southeast-4",
1162
"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",
1165
"ap-south-1": "ap-south-1",
1166
"ap-south-2": "ap-south-2",
1167
"me-south-1": "me-south-1",
0 commit comments