Skip to content

Improve Terraform's plan output to be easier to read and understand

License

Notifications You must be signed in to change notification settings

STRML/terraform-landscape

 
 

Repository files navigation

Terraform Landscape

Terraform Landscape is a tool for reformatting the output of terraform plan to be easier to read and understand.

Before

Original Terraform plan output

After

Improved Terraform plan output

Requirements

  • Ruby 2+

Installation

The landscape executable is installed via RubyGems.

gem install terraform_landscape

macOS

Terraform Landscape is also available via Homebrew.

brew install terraform_landscape

Usage

Pipe the output of terraform plan into landscape to reformat the output.

terraform plan ... | landscape

License

This project is released under the Apache 2.0 license.

About

Improve Terraform's plan output to be easier to read and understand

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%