Terraform GraphVisual representation of a Terraform plan, showing added, deleted and updated resources. InstallingThis extension is available for free in the Visual Studio Code Marketplace Generate Terraform graphYou can generate a Terraform graph in three steps:
This will open a terminal in your current working directory and run the following command:
You can customize the command using the
If a file is currently open in your editor, the command will be run in the directory of the file. The command generates two files:
Visualize Terraform graphYou can visualize your terraform graph by simply opening the On the left you can see all the resource changes. Red are the deleted resources, green the added ones and orange the updated ones. When clicking on a resource, you can see on the left the properties that changed, with the same color mapping. Issues and improvementFor any issues or improvement, you can open an issue on the github repository. Any PR is welcome! |