Question 126

How does the Terraform cloud integration differ from other state backends such as S3, Consul,etc?
  • Question 127

    You have a list of numbers that represents the number of free CPU cores on each virtual cluster:
    numcpus = [ 18, 3, 7, 11, 2 ]
    What Terraform function could you use to select the largest number from the list?
  • Question 128

    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?
  • Question 129

    Module version is required to reference a module on the Terraform Module Registry.
  • Question 130

    Which of these is true about Terraform's plugin-based architecture?