In terraform, most resource dependencies are handled automatically. Which of the following statements describes best how terraform resource dependencies are handled?
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.
https://www.terraform.io/docs/configuration/resources.html
Currently there are no comments in this discussion, be the first to comment!