Terraform Visualizer is a Visual Studio Code extension that helps you visualize and manage your Terraform plans. This extension provides a user-friendly interface to view and filter changes in your Terraform plans, making it easier to understand and manage your infrastructure changes.
- Visualize Terraform Plans: View detailed changes in your Terraform plans with a clear and concise interface.
- Filter Changes: Easily filter changes by action (create, update, delete) using intuitive radio buttons.
- Toggle Details: Expand and collapse detailed views of changes to focus on the information you need.
- Highlight Differences: Show the differences for all the changes
- Terraform: Ensure you have Terraform installed on your system. You can download it from the official Terraform website.
Run your terrafrom plan with:
terraform plan -out=plan && terraform show -json plan > tfplan.json
Then open TF-visualizer in vs-code command:

- Large Plans: Performance may be impacted when visualizing very large Terraform plans. We are working on optimizations to improve this.
- Initial release of Terraform Visualizer.
- Visualize Terraform plans with detailed views.
- Filter changes by action.
- Improve the UI.
- Search functionality to find specific changes.
- Visualize the
terraform graph -type=plan
