terraform_landscape

Improves Terraform plan output with better formatting and readability

brewmacoslinux
Try with needOr install directly
Source

About

Improve Terraform's plan output

Commands

terraform-landscape

Examples

Pipe terraform plan output through terraform-landscape for improved formatting$ terraform plan | terraform-landscape
Save plan to file and process with terraform-landscape$ terraform plan -out=tfplan && terraform show -json tfplan | terraform-landscape
Use with color output for better terminal visibility$ terraform plan | terraform-landscape --color