Skip to content

Commit c3a516b

Browse files
authored
chore(block): update zones list (scaleway#2269)
1 parent 697a449 commit c3a516b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/block/v1alpha1/block_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ func NewAPI(client *scw.Client) *API {
907907
}
908908
}
909909
func (s *API) Zones() []scw.Zone {
910-
return []scw.Zone{scw.ZoneFrPar1, scw.ZoneFrPar2, scw.ZoneNlAms1, scw.ZoneNlAms2, scw.ZoneNlAms3, scw.ZonePlWaw3}
910+
return []scw.Zone{scw.ZoneFrPar1, scw.ZoneFrPar2, scw.ZoneFrPar3, scw.ZoneNlAms1, scw.ZoneNlAms2, scw.ZoneNlAms3, scw.ZonePlWaw1, scw.ZonePlWaw2, scw.ZonePlWaw3}
911911
}
912912

913913
// ListVolumeTypes: List all available volume types in a specified zone. The volume types listed are ordered by name in ascending order.

0 commit comments

Comments
 (0)