Exam Name: | HashiCorp Certified: Terraform Associate (003) (HCTA0-003) | ||
Exam Code: | Terraform-Associate-003 Dumps | ||
Vendor: | HashiCorp | Certification: | Terraform Associate |
Questions: | 195 Q&A's | Shared By: | rayaan |
You have never used Terraform before and would like to test it out using a shared team account for a cloud provider. The shared team account already contains 15 virtual machines (VM). You develop a Terraform configuration containing one VM. perform terraform apply, and see that your VM was created successfully. What should you do to delete the newly-created VM with Terraform?
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?