Use available regions as per the latest DO documentation

This commit is contained in:
srikiz 2022-03-20 20:08:24 +05:30
parent 65694b20b8
commit b0b7ca8992
2 changed files with 0 additions and 6 deletions

View File

@ -269,13 +269,10 @@ var gceZones = []string{
var doZones = []string{
"nyc1",
"nyc2",
"nyc3",
"sfo1",
"sfo3",
"ams2",
"ams3",
"tor1",

View File

@ -24,15 +24,12 @@ import (
var allZones = []string{
"nyc1",
"nyc2",
"nyc3",
"tor1",
"lon1",
"sgp1",
"blr1",
"sfo1",
"sfo3",
"ams2",
"ams3",
"fra1",
}