Error: Could not satisfy plugin requirements

Terraform was working fine for me in a folder for aws. I used the init command by mistake and now it throws me the below error. It is working fine in all the other folders.

Error: Could not satisfy plugin requirements

Plugin reinitialization required. Please run “terraform init”.

Plugins are external binaries that Terraform uses to access and manipulate
resources. The configuration provided requires plugins which can’t be located,
don’t satisfy the version constraints, or are otherwise incompatible.

Terraform automatically discovers provider requirements from your
configuration, including providers used in child modules. To see the
requirements and constraints from each module, run “terraform providers”.

Error: provider.aws: new or changed plugin executable.

Please let me know how i can go back to my old settings