We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9b4ac commit 5917999Copy full SHA for 5917999
1 file changed
provider/digitalocean.py
@@ -12,10 +12,12 @@
12
13
14
REGION_LIST = {
15
- 'san-francisco-1': 'San Francisco 1',
16
- 'amsterdam-1': 'Amsterdam 1',
17
'new-york-1': 'New York 1',
18
- 'new-york-2': 'New York 2'
+ 'amsterdam-1': 'Amsterdam 1',
+ 'san-francisco-1': 'San Francisco 1',
+ 'new-york-2': 'New York 2',
19
+ 'amsterdam-2': 'Amsterdam 2',
20
+ 'singapore-1': 'Singapore 1',
21
}
22
23
0 commit comments