Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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