All Projects → hieven → Terraform Visual

hieven / Terraform Visual

Licence: mit
Terraform Visual is an interactive way of visualizing your Terraform plan

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Terraform Visual

Modules.tf Lambda
Infrastructure as code generator - from visual diagrams created with Cloudcraft.co to Terraform
Stars: ✭ 267 (+40.53%)
Mutual labels:  terraform, visual
Alive Progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
Stars: ✭ 2,940 (+1447.37%)
Mutual labels:  visual
Terraform Aws Cloudtrail Cloudwatch Alarms
Terraform module for creating alarms for tracking important changes and occurrences from cloudtrail.
Stars: ✭ 170 (-10.53%)
Mutual labels:  terraform
Awesome Terraform
Curated list of resources on HashiCorp's Terraform
Stars: ✭ 2,618 (+1277.89%)
Mutual labels:  terraform
Tfk8s
A tool for converting Kubernetes YAML manifests to Terraform HCL
Stars: ✭ 167 (-12.11%)
Mutual labels:  terraform
Tf aws bastion s3 keys
A Terraform module for creating bastion host on AWS EC2 and populate its ~/.ssh/authorized_keys with public keys from bucket
Stars: ✭ 178 (-6.32%)
Mutual labels:  terraform
Terraform Provider Snowflake
Terraform provider for managing Snowflake accounts
Stars: ✭ 165 (-13.16%)
Mutual labels:  terraform
Stubbornjava
Unconventional Java code for building web servers / services without a framework. Think dropwizard but as a seed project instead of a framework. If this project had a theme it would be break the rules but be mindful of your decisions.
Stars: ✭ 184 (-3.16%)
Mutual labels:  terraform
Fogg
Manage Infrastructure as Code with less pain.
Stars: ✭ 181 (-4.74%)
Mutual labels:  terraform
K8s Scw Baremetal
Kubernetes installer for Scaleway bare-metal AMD64 and ARMv7
Stars: ✭ 176 (-7.37%)
Mutual labels:  terraform
Visual Gps Slam
This is a repo for my master thesis research about the Fusion of Visual SLAM and GPS. It contains the research paper, code and other interesting data.
Stars: ✭ 175 (-7.89%)
Mutual labels:  visual
Terraform Provider Shell
Terraform provider for executing shell commands and saving output to state file
Stars: ✭ 172 (-9.47%)
Mutual labels:  terraform
Terraform Provider Azuread
Terraform provider for Azure Active Directory
Stars: ✭ 178 (-6.32%)
Mutual labels:  terraform
Terraform Aws Components
Opinionated, self-contained Terraform root modules that each solve one, specific problem
Stars: ✭ 168 (-11.58%)
Mutual labels:  terraform
Kimera Vio Ros
ROS wrapper for Kimera-VIO
Stars: ✭ 182 (-4.21%)
Mutual labels:  visual
Visualee
A maven plugin to visualize java ee projects
Stars: ✭ 169 (-11.05%)
Mutual labels:  visual
Homebrew Terraforms
Homebrew repository for a Terraform version switcher and all Terraform versions
Stars: ✭ 174 (-8.42%)
Mutual labels:  terraform
Terraform Provider Kubectl
Terraform provider to handle raw kubernetes manifest yaml files
Stars: ✭ 174 (-8.42%)
Mutual labels:  terraform
Infra
Infrastructure to set up the public Compiler Explorer instances and compilers
Stars: ✭ 184 (-3.16%)
Mutual labels:  terraform
Terraform Provider Sentry
Terraform provider for Sentry
Stars: ✭ 183 (-3.68%)
Mutual labels:  terraform

Terraform Visual

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

Demo.gif

How to use it

Using Terraform Visual

For people who want to quickly experience how Terraform Visual looks like

  1. Generate Terraform plan in JSON format
$ 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
  1. Visit Terraform Visual

  2. Upload Terraform JSON to the platform

Using CLI

For people who don't like to upload Terraform plan to public internet. You could install the CLI tool via NPM.

Please refer to @terraform-visual/cli for more details

  1. Install CLI
# Using Yarn
$ yarn global add @terraform-visual/cli

# Using NPM
$ npm install -g @terraform-visual/cli
  1. 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
  1. Create Terraform Visual Report
$ terraform-visual --plan plan.json
  1. Browse The Report
$ open terraform-visual-report/index.html

Using Docker

For people who likes Terraform Visual and wanto to integrate it into existing CI/CD pipeline.

The Docker image is on top of offical Terraform + Terraform Visual CLI.

You can simply replace the Terraform image in your CI/CD piepline with this one and enjoy the benefit of both command line tools.

For more details, please refer to Docker: Terraform-Visual

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].