How to show Terraform configuration in Visual Graphical representation using Graphviz
Summary Terraform graph command is used to generate visual representation of either a configuration or execution plan. The command generates a DOT format Output. In the post we will see how to generate an image / nice graphical representation of Terraform resources and their dependencies using the DOT file we …