You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@terraform-visual/cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@terraform-visual/cli

Terraform Visual cli

0.2.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Terraform Visual CLI

Terraform Visual CLI is an easy-to-use command line tool to generate an interactive static HTML page visualizing provided Terraform plan.

Demo.gif

Installation

# Using Yarn
$ yarn global add @terraform-visual/cli

# Using NPM
$ npm install -g @terraform-visual/cli

Usage

Convert Terraform Plan into JSON File

$ terraform plan -out=plan.out                # Run plan and output as a file
$ terraform show -json plan.out > plan.json   # Read plan file and output it in JSON format

Create Terraform Visual Report

$ terraform-visual --plan plan.json

Browse The Report

$ open terraform-visual-report/index.html

Options

FieldRequiredDefaultRemark
outX.Relative path from current dir to generate Terraform-Visual report
planVn/aRelative path to the generated plan JSON file

Keywords

terraform

FAQs

Package last updated on 07 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts