Skip to content

Commit 111e68a

Browse files
- 9 failing.
1 parent 3c705e6 commit 111e68a

File tree

3 files changed

+2
-33291
lines changed

3 files changed

+2
-33291
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
@@ -267,7 +267,7 @@ VALUES (
267267
IIF(JSON_EXTRACT(Properties, ''$.PublicAccessBlockConfiguration.BlockPublicAcls'') = 0, ''false'', ''true'') as BlockPublicAcls,
268268
IIF(JSON_EXTRACT(Properties, ''$.PublicAccessBlockConfiguration.IgnorePublicAcls'') = 0, ''false'', ''true'') as IgnorePublicAcls,
269269
JSON_EXTRACT(Properties, ''$.Tags'') as Tags
270-
FROM aws.cloud_control.resources WHERE region = ''ap-southeast-2'' and data__TypeName = ''AWS::S3::Bucket'' and data__Identifier = ''stackql-trial-bucket-01''
270+
FROM aws.cloud_control.resource WHERE region = ''ap-southeast-2'' and data__TypeName = ''AWS::S3::Bucket'' and data__Identifier = ''stackql-trial-bucket-01''
271271
;'
272272
);
273273

0 commit comments

Comments
 (0)