Destroying resources with state file only

To resolve this, I performed below steps -

  1. Copy .terraform folder from other projects which is having TF conf to my project directory
  2. Keep the state file in my project directory
  3. Created backed.tf to mention the local path of the state file.
  4. Then #terraform init
  5. Then run #terraform destroy,