Skip to content

Commit e2d4b68

Browse files
- 7 failing.
1 parent e8b88c3 commit e2d4b68

File tree

3 files changed

+1024
-1
lines changed

3 files changed

+1024
-1
lines changed

internal/stackql/sql_system/sql/sqlite/sqlengine-setup.ddl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ VALUES (
291291
IIF(JSON_EXTRACT(Properties, ''$.PublicAccessBlockConfiguration.BlockPublicAcls'') = 0, ''false'', ''true'') as BlockPublicAcls,
292292
IIF(JSON_EXTRACT(Properties, ''$.PublicAccessBlockConfiguration.IgnorePublicAcls'') = 0, ''false'', ''true'') as IgnorePublicAcls,
293293
JSON_EXTRACT(Properties, ''$.Tags'') as Tags
294-
FROM aws.cloud_control.resources WHERE region = ''ap-southeast-2'' and data__TypeName = ''AWS::S3::Bucket''
294+
FROM aws.cloud_control_legacy.resources WHERE region = ''ap-southeast-2'' and data__TypeName = ''AWS::S3::Bucket''
295295
;'
296296
);
297297

test/registry/src/aws/v0.1.0/provider.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ providerServices:
2020
$ref: aws/v0.1.0/services/cloud_control.yaml
2121
title: Cloud Control API
2222
version: v0.1.0
23+
cloud_control_legacy:
24+
description: cloud_control_legacy
25+
id: cloud_control_legacy:v0.1.0
26+
name: cloud_control_legacy
27+
preferred: true
28+
service:
29+
$ref: aws/v0.1.0/services/cloud_control_legacy.yaml
30+
title: Cloud Control Legacy API
31+
version: v0.1.0
2332
cloudhsm:
2433
description: cloud_hsm
2534
id: cloud_hsm:v2.0.0

0 commit comments

Comments
 (0)