Skip to content

Commit f5eb62b

Browse files
- 4 failures.
1 parent e2d4b68 commit f5eb62b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/registry/src/aws/v0.1.0/services/pseudo_s3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ components:
476476
IIF(JSON_EXTRACT(Properties, '$.PublicAccessBlockConfiguration.BlockPublicAcls') = 0, 'false', 'true') as BlockPublicAcls,
477477
IIF(JSON_EXTRACT(Properties, '$.PublicAccessBlockConfiguration.IgnorePublicAcls') = 0, 'false', 'true') as IgnorePublicAcls,
478478
JSON_EXTRACT(Properties, '$.Tags') as Tags
479-
FROM aws.cloud_control.resources WHERE region = 'ap-southeast-1' and data__TypeName = 'AWS::S3::Bucket'
479+
FROM aws.cloud_control_legacy.resources WHERE region = 'ap-southeast-1' and data__TypeName = 'AWS::S3::Bucket'
480480
;
481481
fallback:
482482
predicate: sqlDialect == "postgres"
@@ -494,7 +494,7 @@ components:
494494
CASE WHEN json_extract_path_text(Properties, 'PublicAccessBlockConfiguration', 'BlockPublicAcls') = '0' THEN 'false' ELSE 'true' END as BlockPublicAcls,
495495
CASE WHEN json_extract_path_text(Properties, 'PublicAccessBlockConfiguration', 'IgnorePublicAcls') = '0' THEN 'false' ELSE 'true' END as IgnorePublicAcls,
496496
json_extract_path_text(Properties, 'Tags') as Tags
497-
FROM aws.cloud_control.resources WHERE region = 'ap-southeast-1' and data__TypeName = 'AWS::S3::Bucket'
497+
FROM aws.cloud_controllegacy.resources WHERE region = 'ap-southeast-1' and data__TypeName = 'AWS::S3::Bucket'
498498
;
499499
s3_bucket_detail:
500500
name: s3_bucket_detail

0 commit comments

Comments
 (0)