File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/registry/src/aws/v0.1.0/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments