Closed kartik7153 closed 2 months ago
thanks @kartik7153 - I've reproduced, looking for a fix
@kaidaguerre ,
Is there an update with this issue? This is happening on the terraform_resource
as well.
Thanks,
Hi @kaidaguerre any update on this one? we're having issues on this using Azure plugin getting the same error
@jeffreymp17 apologies for delay on this one. Are you still seeing these issues? I cannot reproduce with steampipe v0.23.1 and aws v0.138.0
Hi @kaidaguerre, I'm having the issue with some gcp queries as well I created this issue with the example queries https://github.com/turbot/steampipe/issues/4279
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue was closed because it has been stalled for 90 days with no activity.
Describe the bug We have been getting Intermittently nil pointer dereference. It works on the first execution of the query and when I try to execute it second time it fails.
Steampipe version (
steampipe -v
) Steampipe v0.21.4 hub.steampipe.io/plugins/turbot/aws@latest | 0.125.0To reproduce
steampipe query "select * from lsq_dev.aws_ec2_launch_template"
steampipe query "select * from lsq_dev.aws_ec2_launch_template"
Expected behavior Ideally it should have returned back with the same result.
Additional context correct-execution-logs.txt error-execution-logs.txt