ExamGecko
Question list
Search
Search

Question 80 - Terraform Associate 003 discussion

Report
Export

How does Terraform determine dependencies between resources?

A.
Terraform requires resource dependencies to be defined as modules and sourced in order
Answers
A.
Terraform requires resource dependencies to be defined as modules and sourced in order
B.
Terraform automatically builds a resource graph based on resources provisioners, special meta-parameters, and the stale file (if present}
Answers
B.
Terraform automatically builds a resource graph based on resources provisioners, special meta-parameters, and the stale file (if present}
C.
Terraform requires resources in a configuration to be listed m the order they will be created to determine dependencies
Answers
C.
Terraform requires resources in a configuration to be listed m the order they will be created to determine dependencies
D.
Terraform requires all dependencies between resources to be specified using the depends_on parameter
Answers
D.
Terraform requires all dependencies between resources to be specified using the depends_on parameter
Suggested answer: B

Explanation:

This is how Terraform determines dependencies between resources, by using the references between them in the configuration files and other factors that affect the order of operations.

asked 18/09/2024
Corey Workman
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first