Commit 0ec302f 1 parent e80a98a commit 0ec302f Copy full SHA for 0ec302f
File tree 2 files changed +4
-4
lines changed
packages/@aws-cdk/region-info
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([
19
19
// 'us-gov-west-1',
20
20
// 'us-iso-east-1',
21
21
// 'us-isob-east-1',
22
- // 'af-south-1',
22
+ 'af-south-1' ,
23
23
'ap-south-1' ,
24
24
'ap-east-1' ,
25
25
// 'ap-northeast-3',
@@ -35,7 +35,7 @@ export const AWS_CDK_METADATA = new Set([
35
35
'eu-west-2' ,
36
36
'eu-west-3' ,
37
37
'eu-north-1' ,
38
- // 'eu-south-1',
38
+ 'eu-south-1' ,
39
39
'me-south-1' ,
40
40
'sa-east-1' ,
41
41
] ) ;
Original file line number Diff line number Diff line change 3
3
exports [` built-in data is correct 1` ] = `
4
4
Object {
5
5
" af-south-1" : Object {
6
- " cdkMetadataResourceAvailable" : false ,
6
+ " cdkMetadataResourceAvailable" : true ,
7
7
" domainSuffix" : " amazonaws.com" ,
8
8
" partition" : " aws" ,
9
9
" s3StaticWebsiteEndpoint" : " s3-website.af-south-1.amazonaws.com" ,
@@ -263,7 +263,7 @@ Object {
263
263
" vpcEndPointServiceNamePrefix" : " com.amazonaws.vpce" ,
264
264
},
265
265
" eu-south-1" : Object {
266
- " cdkMetadataResourceAvailable" : false ,
266
+ " cdkMetadataResourceAvailable" : true ,
267
267
" domainSuffix" : " amazonaws.com" ,
268
268
" partition" : " aws" ,
269
269
" s3StaticWebsiteEndpoint" : " s3-website.eu-south-1.amazonaws.com" ,
You can’t perform that action at this time.
0 commit comments