Skip to content

Commit d7fdf95

Browse files
committed
Order VPC regions alphabetically
Ordered lists are easier to search (for example, when checking if new regions need to be added).
1 parent c428008 commit d7fdf95

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

config/vpc_regions.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
---
2-
us-south:
3-
:name: us-south
4-
:hostname: us-south.iaas.cloud.ibm.com
5-
:description: US South (Dallas)
6-
us-east:
7-
:name: us-east
8-
:hostname: us-east.iaas.cloud.ibm.com
9-
:description: US East (Washington DC)
2+
au-syd:
3+
:name: au-syd
4+
:hostname: au-syd.iaas.cloud.ibm.com
5+
:description: Australia (Sydney)
106
ca-tor:
117
:name: ca-tor
128
:hostname: ca-tor.iaas.cloud.ibm.com
139
:description: Canada (Toronto)
14-
eu-gb:
15-
:name: eu-gb
16-
:hostname: eu-gb.iaas.cloud.ibm.com
17-
:description: United Kingdom (London)
1810
eu-de:
1911
:name: eu-de
2012
:hostname: eu-de.iaas.cloud.ibm.com
2113
:description: EU Germany (Frankfurt)
22-
jp-tok:
23-
:name: jp-tok
24-
:hostname: jp-tok.iaas.cloud.ibm.com
25-
:description: Japan (Tokyo)
14+
eu-gb:
15+
:name: eu-gb
16+
:hostname: eu-gb.iaas.cloud.ibm.com
17+
:description: United Kingdom (London)
2618
jp-osa:
2719
:name: jp-osa
2820
:hostname: jp-osa.iaas.cloud.ibm.com
2921
:description: Japan (Osaka)
30-
au-syd:
31-
:name: au-syd
32-
:hostname: au-syd.iaas.cloud.ibm.com
33-
:description: Australia (Sydney)
22+
jp-tok:
23+
:name: jp-tok
24+
:hostname: jp-tok.iaas.cloud.ibm.com
25+
:description: Japan (Tokyo)
26+
us-east:
27+
:name: us-east
28+
:hostname: us-east.iaas.cloud.ibm.com
29+
:description: US East (Washington DC)
30+
us-south:
31+
:name: us-south
32+
:hostname: us-south.iaas.cloud.ibm.com
33+
:description: US South (Dallas)

0 commit comments

Comments
 (0)