Skip to content

Commit d994756

Browse files
committed
Add missing regions
1 parent 8e95c8c commit d994756

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/regions.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export const standardRegions: string[] = [
1010
'ap-southeast-2',
1111
'ap-southeast-3',
1212
'ap-southeast-4',
13+
'ap-southeast-5',
14+
'ap-southeast-7',
1315
'ca-central-1',
1416
'ca-west-1',
1517
'cn-north-1',
@@ -25,6 +27,7 @@ export const standardRegions: string[] = [
2527
'il-central-1',
2628
'me-central-1',
2729
'me-south-1',
30+
'mx-central-1',
2831
'sa-east-1',
2932
'us-east-1',
3033
'us-east-2',

0 commit comments

Comments
 (0)