Skip to content

Commit 545b6d7

Browse files
authored
chore(baremetal): add missing available zones (scaleway#2278)
1 parent 105ce0f commit 545b6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/flexibleip/v1alpha1/flexibleip_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ func NewAPI(client *scw.Client) *API {
535535
}
536536
}
537537
func (s *API) Zones() []scw.Zone {
538-
return []scw.Zone{scw.ZoneFrPar1, scw.ZoneFrPar2, scw.ZoneNlAms1}
538+
return []scw.Zone{scw.ZoneFrPar1, scw.ZoneFrPar2, scw.ZoneNlAms1, scw.ZoneNlAms2, scw.ZonePlWaw2, scw.ZonePlWaw3}
539539
}
540540

541541
// CreateFlexibleIP: Generate a new flexible IP within a given zone, specifying its configuration including Project ID and description.

0 commit comments

Comments
 (0)