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 committed Nov 28, 2023
1 parent 04eaa54 commit 104d31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/region-info/build-tools/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ export const AWS_CDK_METADATA = new Set([
'ap-southeast-1',
'ap-southeast-2',
'ca-central-1',
'cn-north-1',
'cn-northwest-1',
'eu-central-1',
'eu-north-1',
'eu-south-1',
'eu-west-1',
'eu-west-2',
'eu-west-3',
'il-central-1',
'me-central-1',
'me-south-1',
'sa-east-1',
'us-east-1',
Expand Down

0 comments on commit 104d31e

Please sign in to comment.