List resources in the Terraform state:

terraform state list

Remove resource from the tfstate:

terraform state rm aws_lambda_function.main

Useful when