Skip to content

Commit 98c19d8

Browse files
authored
Add missing regions (#149)
* Add missing regions * Add ap-east-2
1 parent 0e03851 commit 98c19d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/regions.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export const standardRegions: string[] = [
22
'af-south-1',
33
'ap-east-1',
4+
'ap-east-2',
45
'ap-northeast-1',
56
'ap-northeast-2',
67
'ap-northeast-3',
@@ -10,6 +11,8 @@ export const standardRegions: string[] = [
1011
'ap-southeast-2',
1112
'ap-southeast-3',
1213
'ap-southeast-4',
14+
'ap-southeast-5',
15+
'ap-southeast-7',
1316
'ca-central-1',
1417
'ca-west-1',
1518
'cn-north-1',
@@ -25,6 +28,7 @@ export const standardRegions: string[] = [
2528
'il-central-1',
2629
'me-central-1',
2730
'me-south-1',
31+
'mx-central-1',
2832
'sa-east-1',
2933
'us-east-1',
3034
'us-east-2',

0 commit comments

Comments
 (0)