Terraform-Associate-003 Exam Question 6

Which of the following ate advantages of using infrastructure as code (laC) instead of provisioning with a graphical user interface (GUI)? Choose two correct answers.
  • Terraform-Associate-003 Exam Question 7

    You use a cloud provider account that is shared with other team members. You previously used Terraform to create a load balancer that listens on port 80. After application changes, you updated the Terraform code to change the port to 443.
    You run terraform plan and see that the execution plan shows the port changing from 80 to 443 like you intended and step away to grab some coffee.
    In the meantime, another team member manually changes the load balancer port to 443 through the cloud provider console before you get back to your desk.
    What will happen when you run terraform apply upon returning to your desk?
  • Terraform-Associate-003 Exam Question 8

    The public Terraform Module Registry is free to use.
  • Terraform-Associate-003 Exam Question 9

    Which of these commands makes your code more human readable?
  • Terraform-Associate-003 Exam Question 10

    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?