How can I destroy existing resources that conflict with resources that Terraform wants to create?
I applied half of a terraform plan then lost my state file, so now terraform doesn’t know about the AWS resources that it created previously. When I try to apply again, it complains that conflicting resources already exist.