In terraform, most resource dependencies are handled automatically. Which of the following
statements describes best how terraform resource dependencies are handled?
D
Explanation:
https://www.terraform.io/docs/configuration/resources.html
Terraform analyses any expressions within a resource block to find references to other objects, and treats those references as implicit ordering requirements when creating, updating, or destroying resources.