Skip to content

Commit

Permalink
chore(region-info): metadata service is in eu-south-1, af-south-1 (aw…
Browse files Browse the repository at this point in the history
…s#13598)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
RomainMuller authored and hollanddd committed Mar 17, 2021
1 parent 099a498 commit 5f98cc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/region-info/build-tools/fact-tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const AWS_CDK_METADATA = new Set([
// 'us-gov-west-1',
// 'us-iso-east-1',
// 'us-isob-east-1',
// 'af-south-1',
'af-south-1',
'ap-south-1',
'ap-east-1',
// 'ap-northeast-3',
Expand All @@ -35,7 +35,7 @@ export const AWS_CDK_METADATA = new Set([
'eu-west-2',
'eu-west-3',
'eu-north-1',
// 'eu-south-1',
'eu-south-1',
'me-south-1',
'sa-east-1',
]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`built-in data is correct 1`] = `
Object {
"af-south-1": Object {
"cdkMetadataResourceAvailable": false,
"cdkMetadataResourceAvailable": true,
"domainSuffix": "amazonaws.com",
"partition": "aws",
"s3StaticWebsiteEndpoint": "s3-website.af-south-1.amazonaws.com",
Expand Down Expand Up @@ -263,7 +263,7 @@ Object {
"vpcEndPointServiceNamePrefix": "com.amazonaws.vpce",
},
"eu-south-1": Object {
"cdkMetadataResourceAvailable": false,
"cdkMetadataResourceAvailable": true,
"domainSuffix": "amazonaws.com",
"partition": "aws",
"s3StaticWebsiteEndpoint": "s3-website.eu-south-1.amazonaws.com",
Expand Down

0 comments on commit 5f98cc0

Please sign in to comment.