Skip to content

Commit

Permalink
feat(region-info): update Metadata regions
Browse files Browse the repository at this point in the history
Update the list of regions where the CDK deploys the `AWS::CDK::Metadata` resource.
  • Loading branch information
aws-cdk-automation authored and github-actions[bot] committed Aug 27, 2024
1 parent 79101c7 commit 6f37168
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/aws-cdk-lib/region-info/build-tools/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,22 @@ export const AWS_CDK_METADATA = new Set([
'ap-east-1',
'ap-northeast-1',
'ap-northeast-2',
'ap-northeast-3',
'ap-south-1',
'ap-south-2',
'ap-southeast-1',
'ap-southeast-2',
'ap-southeast-3',
'ap-southeast-4',
'ca-central-1',
'ca-west-1',
'cn-north-1',
'cn-northwest-1',
'eu-central-1',
'eu-central-2',
'eu-north-1',
'eu-south-1',
'eu-south-2',
'eu-west-1',
'eu-west-2',
'eu-west-3',
Expand Down

0 comments on commit 6f37168

Please sign in to comment.