Skip to content

Commit c292361

Browse files
- Postgres working locally.
1 parent 93b5431 commit c292361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16872,12 +16872,12 @@ components:
1687216872
json_extract_path_text(detail.Properties, 'Affinity') as affinity,
1687316873
json_extract_path_text(detail.Properties, 'CreditSpecification') as credit_specification
1687416874
FROM aws.cloud_control.resources listing
16875-
LEFT OUTER JOIN aws.cloud_control.resource detail
16875+
INNER JOIN aws.cloud_control.resource detail
1687616876
ON detail.data__Identifier = listing.Identifier
1687716877
AND detail.region = listing.region
1687816878
WHERE listing.data__TypeName = 'AWS::EC2::Instance'
1687916879
AND detail.data__TypeName = 'AWS::EC2::Instance'
16880-
AND listing.region = 'us-east-1'
16880+
AND listing.region IN ('us-west-1', 'ap-southeast-1')
1688116881
instances_list_only:
1688216882
name: instances_list_only
1688316883
id: aws.ec2_nextgen.instances_list_only

0 commit comments

Comments
 (0)