You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two occurrences should result by the execution, one that points to the line where aws_s3_bucket named a is, and another pointed to the resource named b. Instead, both lines are pointing to the first resource, b.
Specifications
Version: 1.1.2
Platform: Windows
The text was updated successfully, but these errors were encountered:
Expected Behavior
With multiple resources of the same type, each occurrence should point to the respective lines of the resource.
Actual Behavior
The results always point to the first occurrence, even with a different searchKey.
Steps to Reproduce the Problem
Take, for example, the query "S3 bucket without encryption at REST" or this snippet for that query:
Then run the query against this sample:
Two occurrences should result by the execution, one that points to the line where aws_s3_bucket named a is, and another pointed to the resource named b. Instead, both lines are pointing to the first resource, b.
Specifications
The text was updated successfully, but these errors were encountered: