File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/@aws-cdk/region-info Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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] ) ;
Original file line number Diff line number Diff line change 33exports [` built-in data is correct 1` ] = `
44Object {
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" ,
You can’t perform that action at this time.
0 commit comments