HashiCorp Terraform Associate - HashiCorp Certified: Terraform Associate Exam
Page: 3 / 72
Total 358 questions
Question #11 (Topic: Single Topic)
Which of the following is not a key principle of infrastructure as code?
A. Versioned infrastructure
B. Golden images
C. Idempotence
D. Self-describing infrastructure
Answer: B
Question #12 (Topic: Single Topic)
Terraform variables and outputs that set the "description" argument will store that description in the state file.
A. True
B. False
Answer: B
Question #13 (Topic: Single Topic)
What is the provider for this fictitious resource?


A. vpc
B. main
C. aws
D. test
Answer: C
Question #14 (Topic: Single Topic)
If you manually destroy infrastructure, what is the best practice reflecting this change in Terraform?
A. Run terraform refresh
B. It will happen automatically
C. Manually update the state fire
D. Run terraform import
Answer: A
Question #15 (Topic: Single Topic)
What is not processed when running a terraform refresh?
A. State file
B. Configuration file
C. Credentials
D. Cloud provider
Answer: B