How can terraform plan aid in the development process?
You can configure Terraform to log to a file using the TF_LOG environment variable.
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 does terraform apply change after you approve the execution plan? (Choose two.)