Skip to content

Commit

Permalink
feat(secret_manager): add missing regions (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Oct 27, 2023
1 parent f42b162 commit 5bbb4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/secret/v1alpha1/secret_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ func NewAPI(client *scw.Client) *API {
}
}
func (s *API) Regions() []scw.Region {
return []scw.Region{scw.RegionFrPar}
return []scw.Region{scw.RegionFrPar, scw.RegionNlAms, scw.RegionPlWaw}
}

// CreateSecret: You must specify the `region` to create a secret.
Expand Down

0 comments on commit 5bbb4cc

Please sign in to comment.