Terrafom aws provider not working

Hello,
I have a terraform stack that is not working anymore and I get this message:
│ Error: Failed to load plugin schemas

│ Error while loading schemas for plugin components: Failed to obtain provider schema: Could not load the schema for provider Terraform Registry failed to instantiate provider “Terraform Registry” to obtain schema: timeout while waiting
│ for plugin to start…

I am not aware about any major changes, just suddenly stopped working.

I set terraform to debug mode and this is what I can see:

2024-10-15T20:01:06.718+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.70.0/darwin_amd64/terraform-provider-aws_v5.70.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/aws/5.70.0/darwin_amd64/terraform-provider-aws_v5.70.0_x5"]
2024-10-15T20:01:06.744+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/aws/5.70.0/darwin_amd64/terraform-provider-aws_v5.70.0_x5 pid=49899
2024-10-15T20:01:06.745+0100 [DEBUG] provider: waiting for RPC address: plugin=.terraform/providers/registry.terraform.io/hashicorp/aws/5.70.0/darwin_amd64/terraform-provider-aws_v5.70.0_x5
2024-10-15T20:02:06.749+0100 [ERROR] provider: plugin process exited: plugin=.terraform/providers/registry.terraform.io/hashicorp/aws/5.70.0/darwin_amd64/terraform-provider-aws_v5.70.0_x5 id=49899 error="signal: killed"

This afternoon it was happening with terraform-provider-aws_v5.71.0.

Hey @Nano :wave: We had some issues with the 5.71.0 release, and so subsequently pulled it entirely. You’ll want to use version 5.72.0 or later, which will resolve this issue if you were still encountering it.

@justinretzolk many thanks for the reply.

It seems that it worked for my colleagues, I will have a look too.