Query returned no results - could be a bug

Error issue, maybe a bug? looks like suddenly, no major state changes have been made (especially in the planning module folder), could be a bug:
when running a plan, it outputs:

Error: Your query returned no results. Please change your search criteria and try again.

Looking at the ERROR logs , no help:

2022/02/09 13:22:57 [ERROR] AttachSchemaTransformer: No provider config schema available for provider.terraform 2022/02/09 13:23:00 [ERROR] AttachSchemaTransformer: No provider config schema available for provider.terraform 2022/02/09 13:23:03 [ERROR] module.eks: eval: *terraform.EvalReadData, err: Your query returned no results. Please change your search criteria and try again.
2022/02/09 13:23:03 [ERROR] module.eks: eval: *terraform.EvalSequence, err: Your query returned no results. Please change your search criteria and try again.

on the Debug level, fails after this request:

2022-02-09T13:26:51.128+0200 [DEBUG] plugin.terraform-provider-aws_v3.9.0_x5: 2022/02/09 13:26:51 [DEBUG] [aws-sdk-go] DescribeAutoScalingGroupsResponse xmlns=“http://autoscaling.amazonaws.com/doc/2011-01-01/”>

after catching the xml, could not get this response:

2022-02-09T13:26:51.129+0200 [DEBUG] plugin.terraform-provider-aws_v3.9.0_x5:
2022-02-09T13:26:51.138+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err=“rpc error: code = Unavailable desc = transport is closing”
2022-02-09T13:26:51.139+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err=“rpc error: code = Unavailable desc = transport is closing”
2022-02-09T13:26:51.141+0200 [DEBUG] plugin: plugin process exited: path=/local-path-to-plan-folder/.terraform/plugins/darwin_amd64/terraform-provider-random_v3.1.0_x5 pid=59012
2022-02-09T13:26:51.141+0200 [DEBUG] plugin: plugin exited
2022-02-09T13:26:51.189+0200 [DEBUG] plugin: plugin process exited: path=/local-path-to-plan-folder/.terraform/plugins/darwin_amd64/terraform-provider-aws_v3.9.0_x5 pid=59010
2022-02-09T13:26:51.189+0200 [DEBUG] plugin: plugin exited

Any thoughts?

2022/02/09 13:26:20 [INFO] Terraform version: 0.12.29
2022/02/09 13:26:20 [INFO] Go runtime version: go1.12.13

1 Like