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?
Which of the following is not a valid string function in Terraform?
Which parameters does terraform import require? Choose two correct answers.
When do you need to explicitly execute Terraform in refresh-only mode?