HashiCorp Terraform Associate 003 Practice Test - Questions Answers, Page 7

List of questions
Question 61

Which of the following are advantages of using infrastructure as code (laC) instead of provisioning with a graphical user interface (GUI)? Choose two correct answers.
Question 62

What are some benefits of using Sentinel with Terraform Cloud/Terraform Cloud? Choose three correct answers.
Question 63

Terraform can only manage resource dependencies if you set them explicitly with the depends_on argument.
Question 64

Which provider authentication method prevents credentials from being stored in the state file?
Question 65

In Terraform HCL, an object type of object({name=string, age-number}) would match this value.
A)
C)
D)
Question 66

Which Terraform collection type should you use to store key/value pairs?
Question 67

You add a new provider to your configuration and immediately run terraform apply in the CD using the local backend. Why does the apply fail?
Question 68

Which two steps are required to provision new infrastructure in the Terraform workflow? Choose two correct answers.
Question 69

What is the name of the default file where Terraform stores the state?
Type your answer in the field provided. The text field is not case-sensitive and all variations of the correct answer are accepted.
Question 70

Which command add existing resources into Terraform state?
Question