Description
Terraform builds a dependency graph from the Terraform configurations, and walks this graph to generate plans, refresh state, and more. When you use terraform graph, this is a visual representation of the dependency graph.
What is a dependency graph?
In mathematics a dependency graph is a directed graph representing dependencies of several objects towards each other.