Skip to content

Commit

Permalink
chore(vpc_gw): add pl-waw-3 as supported locality (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Nov 8, 2023
1 parent 6eee377 commit 81697a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/vpcgw/v1/vpcgw_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ func NewAPI(client *scw.Client) *API {
}
}
func (s *API) Zones() []scw.Zone {
return []scw.Zone{scw.ZoneFrPar1, scw.ZoneFrPar2, scw.ZoneNlAms1, scw.ZoneNlAms2, scw.ZoneNlAms3, scw.ZonePlWaw1, scw.ZonePlWaw2}
return []scw.Zone{scw.ZoneFrPar1, scw.ZoneFrPar2, scw.ZoneNlAms1, scw.ZoneNlAms2, scw.ZoneNlAms3, scw.ZonePlWaw1, scw.ZonePlWaw2, scw.ZonePlWaw3}
}

// ListGateways: List Public Gateways in a given Scaleway Organization or Project. By default, results are displayed in ascending order of creation date.
Expand Down

0 comments on commit 81697a0

Please sign in to comment.