To resolve this, I performed below steps -
- Copy .terraform folder from other projects which is having TF conf to my project directory
- Keep the state file in my project directory
- Created backed.tf to mention the local path of the state file.
- Then #terraform init
- Then run #terraform destroy,