Terraform plan is giving error

I am getting below error while executing terraform plan. can u please help me here

terraform plan -var-file=…/common.tfvars
-var-file=…/dev.tfvars -var ecrURL=“2354454676.dkr.ecr.us-west-2.amazonaws.com/delivery:543399c
output:
Too many command line arguments. Configuration path expected.

Hello @ramesh.puruganti,
Can you please share the lab URL And the command that you used?

Thanks,
KodeKloud Support

Facing the issue in office Project

terraform plan -var-file=…/common.tfvars
-var-file=…/dev.tfvars -var ecrURL=2354454676.dkr.ecr.us-west-2.amazonaws.com/delivery:543399c

Hello @ramesh.puruganti,
Please go through this -var-file=filename - #10 by apparentlymart - Terraform - HashiCorp Discuss. it might help you

Please enclose them within single quote as shown below.
terraform plan '-var-file=variable.tfvars' '-out=tfplan'