We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714adc0 commit db88bd7Copy full SHA for db88bd7
scaleway-core/scaleway_core/bridge/zone.py
@@ -4,6 +4,7 @@
4
ZONE_FR_PAR_3 = Zone("fr-par-3")
5
ZONE_NL_AMS_1 = Zone("nl-ams-1")
6
ZONE_NL_AMS_2 = Zone("nl-ams-2")
7
+ZONE_NL_AMS_3 = Zone("nl-ams-3")
8
ZONE_PL_WAW_1 = Zone("pl-waw-1")
9
ZONE_PL_WAW_2 = Zone("pl-waw-2")
10
@@ -13,6 +14,7 @@
13
14
ZONE_FR_PAR_3,
15
ZONE_NL_AMS_1,
16
ZONE_NL_AMS_2,
17
+ ZONE_NL_AMS_3,
18
ZONE_PL_WAW_1,
19
ZONE_PL_WAW_2,
20
]
0 commit comments