1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

feat: add support for new zones for scaleway

This commit is contained in:
Rémy Léone 2024-07-26 11:11:30 +02:00
parent 52126b8fae
commit 4391604151

View file

@ -396,6 +396,11 @@ SCALEWAY_REGIONS = [
SCALEWAY_ZONES = [
"fr-par-1",
"fr-par-2",
"fr-par-3",
"nl-ams-1",
"nl-ams-2",
"nl-ams-3",
"pl-waw-1",
"pl-waw-2",
"pl-waw-3",
]