HashiCorp Certified: Terraform Associate — Question 30
Terraform can only manage resource dependencies if you set them explicitly with the depends_on argument.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
The correct answer is B because Terraform inherently understands resource dependencies based on references between resources. While the depends_on argument can be used to explicitly define dependencies, it is not necessary for Terraform to manage them effectively.