HashiCorpHashiCorp
TA-002-P · Question #426
TA-002-P Question #426: Real Exam Question with Answer & Explanation
Sign in or unlock TA-002-P to reveal the answer and full explanation for question #426. The question stem and answer options stay visible for context.
Understand Terraform basics
Question
How does Terraform determine dependencies between resources?
Options
- ATerraform automatically builds a resource graph based on resources, provisioners, special meta-
- BTerraform requires all dependencies between resources to be specified using the depends_on
- CTerraform requires resources in a configuration to be listed in the order they will be created to
- DTerraform requires resource dependencies to be defined as modules and sourced in order
Unlock TA-002-P to see the answer
You've previewed enough free TA-002-P questions. Unlock TA-002-P for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Dependency resolution#Resource graph#Implicit dependencies#Terraform core concepts