A developer accidentally launched a VM (virtual machine) outside of the Terraform workflow and ended up
with two servers with the same name. They don't know which VM Terraform manages but do have a list of all
active VM IDs.
Which of the following methods could you use to discover which instance Terraform manages?
You have created a main.tf Terraform configuration consisting of an application server, a database and a load
balanced. You ran terraform apply and Terraform created all of the resources successfully.
Now you realize that you do not actually need the load balancer, so you run terraform destroy without any
flags. What will happen?