Terraform : flag provided but not defined: -verify-plugins installed

Hello,

I am new to terraform , was working on a project
Terraform is installed in my machine , ‘terraform init’ and ‘terraform apply’ did worked before but
now when I trying to do the same it gives same error again and again

Error: Failed to parse command-line flags
flag provided but not defined: -verify-plugins
Terraform v1.11.0

PFA the screenshot

thanks in advance

There is no -verify-plugins flag, it was deprecated and removed a long time ago, you can remove it from your command.

Thank you for your response

i resolved this issue by removing following value from the user environment variable
TF_CLI_ARGS | -verfify-plugins=false

I am not sure how it was set in environment variable first at place.