Terraform Landscape is a tool for reformatting the output of terraform plan
to be easier to read and understand.
- Ruby 2.5+
- Terraform 0.11.x (see #101 for details)
The landscape executable is installed via RubyGems.
gem install terraform_landscapeTerraform Landscape is also available via Homebrew.
brew install terraform_landscapePipe the output of terraform plan into landscape to reformat the output.
terraform plan ... | landscapeBuild the docker image using provided Dockerfile and use it directly:
docker build . -t landscape
terraform plan ... | docker run -i --rm landscapeThis project is released under the Apache 2.0 license.

