Skip to content

Commit 6ec69b9

Browse files
feat(region-info): update Metadata regions (#31046)
Update the list of regions where the CDK deploys the `AWS::CDK::Metadata` resource.
1 parent 71f07e4 commit 6ec69b9

File tree

1 file changed

+5
-0
lines changed
  • packages/aws-cdk-lib/region-info/build-tools

1 file changed

+5
-0
lines changed

packages/aws-cdk-lib/region-info/build-tools/metadata.ts

+5
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,19 @@ export const AWS_CDK_METADATA = new Set([
1414
'ap-northeast-2',
1515
'ap-northeast-3',
1616
'ap-south-1',
17+
'ap-south-2',
1718
'ap-southeast-1',
1819
'ap-southeast-2',
20+
'ap-southeast-3',
21+
'ap-southeast-4',
1922
'ca-central-1',
2023
'cn-north-1',
2124
'cn-northwest-1',
2225
'eu-central-1',
26+
'eu-central-2',
2327
'eu-north-1',
2428
'eu-south-1',
29+
'eu-south-2',
2530
'eu-west-1',
2631
'eu-west-2',
2732
'eu-west-3',

0 commit comments

Comments
 (0)