Terraform Landscape is a tool for reformatting the output of terraform plan
to be easier to read and understand.
- Ruby 2+
The landscape
executable is installed via RubyGems.
gem install terraform_landscape
Terraform Landscape is also available via Homebrew.
brew install terraform_landscape
Pipe the output of terraform plan
into landscape
to reformat the output.
terraform plan ... | landscape
Build the docker image using provided Dockerfile and use it directly:
docker build . -t landscape
terraform plan ... | docker run -i --rm landscape
This project is released under the Apache 2.0 license.