Skip to content

Commit c8755a4

Browse files
fix(mongodb): update product documentation (scaleway#2375)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 7e27013 commit c8755a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/mongodb/v1alpha1/mongodb_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ func NewAPI(client *scw.Client) *API {
11271127
}
11281128
}
11291129
func (s *API) Regions() []scw.Region {
1130-
return []scw.Region{scw.RegionFrPar, scw.RegionNlAms, scw.RegionPlWaw}
1130+
return []scw.Region{scw.RegionFrPar}
11311131
}
11321132

11331133
// ListNodeTypes: List available node types.

0 commit comments

Comments
 (0)