Terraform-Associate-003 Exam Question 111
Which of the following methods, used to provision resources into a public cloud, demonstrates the concept of infrastructure as code?
Terraform-Associate-003 Exam Question 112
Which Terraform function would you use to read the contents of a file, such as a public key file (id_rsa.pub), into a string?
Terraform-Associate-003 Exam Question 113
You add a new resource to an existing Terraform configuration, but do not update the version constraint in the configuration. The existing and new resources use the same provider. The working contains a .terraform.lock, hc1 file.
How will Terraform choose which version of the provider to use?
How will Terraform choose which version of the provider to use?
Terraform-Associate-003 Exam Question 114
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?
Now you realize that you do not actually need the load balancer, so you run terraform destroy without any flags. What will happen?
Terraform-Associate-003 Exam Question 115
Which of the following is not true of Terraform providers?
