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:
parent
52126b8fae
commit
4391604151
1 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue