Skip to content

Commit

Permalink
feat(secret_manager): add missing regions (scaleway#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Oct 27, 2023
1 parent 1a3a067 commit 647ca0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clients/src/api/secret/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const jsonContentHeaders = {
*/
export class API extends ParentAPI {
/** Lists the available regions of the API. */
public static readonly LOCALITIES: Region[] = ['fr-par']
public static readonly LOCALITIES: Region[] = ['fr-par', 'nl-ams', 'pl-waw']

/**
* Create a secret. You must specify the `region` to create a secret.
Expand Down

0 comments on commit 647ca0f

Please sign in to comment.