Tools to Visualize Your Terraform Plan
<h1>What is Terraform?</h1>
<p>Terraform is a free and open-source infrastructure as code (IAC) that can help to automate the deployment, configuration, and management of remote servers. Terraform can manage both existing service providers and custom in-house solutions.</p>
<p>Read more about Terraform <a href="https://developer.hashicorp.com/terraform/docs" rel="noopener ugc nofollow" target="_blank"><strong>here</strong></a></p>
<p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/0*QnU47mBe8n7gJGFv" style="height:368px; width:700px" /></p>
<p>To generate the graph of your infrastructure you can use <code>terraform graph</code> command.</p>
<blockquote>
<p>N<em>ote:- The </em><a href="https://www.terraform.io/docs/cli/commands/graph.html" rel="noopener ugc nofollow" target="_blank"><em>terraform graph</em></a><em> command is used to generate a visual representation of either a configuration or execution plan. The output is in the DOT format, which can be used by </em><a href="http://www.graphviz.org/" rel="noopener ugc nofollow" target="_blank"><em>GraphViz</em></a><em> to generate charts.</em></p>
</blockquote>
<p><a href="https://towardsdev.com/tools-to-visualise-your-terraform-plan-7cbcf4c5e89b"><strong>Click Here</strong></a></p>