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&nbsp;<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&nbsp;<code>terraform graph</code>&nbsp;command.</p> <blockquote> <p>N<em>ote:- The&nbsp;</em><a href="https://www.terraform.io/docs/cli/commands/graph.html" rel="noopener ugc nofollow" target="_blank"><em>terraform graph</em></a><em>&nbsp;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&nbsp;</em><a href="http://www.graphviz.org/" rel="noopener ugc nofollow" target="_blank"><em>GraphViz</em></a><em>&nbsp;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>
Tags: Terraform Plan