Skip to content

Commit 0ec302f

Browse files
authored
chore(region-info): metadata service is in eu-south-1, af-south-1 (#13598)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent e80a98a commit 0ec302f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const AWS_CDK_METADATA = new Set([
1919
// 'us-gov-west-1',
2020
// 'us-iso-east-1',
2121
// 'us-isob-east-1',
22-
// 'af-south-1',
22+
'af-south-1',
2323
'ap-south-1',
2424
'ap-east-1',
2525
// 'ap-northeast-3',
@@ -35,7 +35,7 @@ export const AWS_CDK_METADATA = new Set([
3535
'eu-west-2',
3636
'eu-west-3',
3737
'eu-north-1',
38-
// 'eu-south-1',
38+
'eu-south-1',
3939
'me-south-1',
4040
'sa-east-1',
4141
]);

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`built-in data is correct 1`] = `
44
Object {
55
"af-south-1": Object {
6-
"cdkMetadataResourceAvailable": false,
6+
"cdkMetadataResourceAvailable": true,
77
"domainSuffix": "amazonaws.com",
88
"partition": "aws",
99
"s3StaticWebsiteEndpoint": "s3-website.af-south-1.amazonaws.com",
@@ -263,7 +263,7 @@ Object {
263263
"vpcEndPointServiceNamePrefix": "com.amazonaws.vpce",
264264
},
265265
"eu-south-1": Object {
266-
"cdkMetadataResourceAvailable": false,
266+
"cdkMetadataResourceAvailable": true,
267267
"domainSuffix": "amazonaws.com",
268268
"partition": "aws",
269269
"s3StaticWebsiteEndpoint": "s3-website.eu-south-1.amazonaws.com",

0 commit comments

Comments
 (0)