/terraform-visual

Terraform Visual is a simple tool to visualize your Terraform plan

Primary LanguageTypeScriptMIT LicenseMIT

Terraform Visual

Terraform Visual is a simple but powerful tool to help you understand your Terraform plan easily.

Demo

Demo.gif

or go directly to https://hieven.github.io/terraform-visual/ and upload your Terraform plan

How to use it

  1. Generate Terraform plan in JSON format
$ terraform plan -out=plan.out
$ terraform show -json plan.out > plan.json
  1. Visit Terraform Visual

  2. Upload Terraform JSON to the platform

How to run it locally

  1. Clone the repo
$ git clone git@github.com:hieven/terraform-visual.git
  1. Install NPM dependencies
$ yarn
  1. Start development mode
$ npm run dev