Skip to content

Commit

Permalink
feat(region-info): update Metadata regions (#31046)
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 Aug 7, 2024
1 parent 71f07e4 commit 6ec69b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 @@ -14,14 +14,19 @@ export const AWS_CDK_METADATA = new Set([
'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',
'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 6ec69b9

Please sign in to comment.