Skip to content

Commit 37e0c43

Browse files
authored
chore(region-info): remove regions that don't have CDK Metadata (#26056)
These two regions were uncommented by mistake. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 0a61edf commit 37e0c43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ export const AWS_CDK_METADATA = new Set([
2525
'eu-west-3',
2626
'eu-north-1',
2727
'eu-south-1',
28-
'eu-south-2',
28+
// 'eu-south-2',
2929
'me-south-1',
3030
// 'me-central-1',
3131
'sa-east-1',
32-
'ap-south-2',
32+
// 'ap-south-2',
3333
// 'eu-central-2',
3434
]);
3535

packages/aws-cdk-lib/region-info/test/__snapshots__/region-info.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ exports[`built-in data is correct 1`] = `
213213
"vpcEndPointServiceNamePrefix": "com.amazonaws.vpce",
214214
},
215215
"ap-south-2": {
216-
"cdkMetadataResourceAvailable": true,
216+
"cdkMetadataResourceAvailable": false,
217217
"domainSuffix": "amazonaws.com",
218218
"lambdaInsightsArmVersions": {
219219
"1.0.119.0": undefined,
@@ -598,7 +598,7 @@ exports[`built-in data is correct 1`] = `
598598
"vpcEndPointServiceNamePrefix": "com.amazonaws.vpce",
599599
},
600600
"eu-south-2": {
601-
"cdkMetadataResourceAvailable": true,
601+
"cdkMetadataResourceAvailable": false,
602602
"domainSuffix": "amazonaws.com",
603603
"lambdaInsightsArmVersions": {
604604
"1.0.119.0": undefined,

0 commit comments

Comments
 (0)