Blog Logo
TAGS

Terraform Live Graph Extension for VSCode

The Terraform Graph Extension for Visual Studio Code helps you to generate a live Terraform graph as you code, allowing you to visualize your infrastructure and the relationships between resources. This plugin requires `terraform` and `graphviz` to be installed on your system, and the Terraform files must be in a valid format. To use the extension, open a Terraform file in Visual Studio Code, activate the extension by selecting Terraform Graph View from the Command Palette, and a live graph of your Terraform code will appear on the right-hand side of the screen. As you write your Terraform code, the graph will update in real-time to reflect your changes. If you encounter any issues or have any suggestions for improvements, please open an issue on the GitHub repository. This extension is licensed under the MIT License.