Skip to content

Commit

Permalink
fix: expand region support for aurora serverless (#8577)
Browse files Browse the repository at this point in the history
This commit updates the list of regions where Aurora is
supported to reflect the CLI's recent region expansion.

Co-authored-by: Ihrig <[email protected]>
  • Loading branch information
cjihrig and Ihrig authored Oct 27, 2021
1 parent b0a17a2 commit ad0cd2b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,15 @@ export const supportedDatasources = {
'ap-southeast-1',
'ap-southeast-2',
'ap-northeast-1',
'ap-northeast-2',
'ca-central-1',
'eu-central-1',
'eu-north-1',
'eu-west-1',
'eu-west-2',
'eu-west-3',
'me-south-1',
'sa-east-1',
],
},
};

0 comments on commit ad0cd2b

Please sign in to comment.