Display your Terraform module call stack as a tree in your terminal.
With Homebrew:
brew install busser/tap/tftreeFrom source:
make build # then move bin/tftree into your PATHIn any directory where you would run terraform plan:
tftreeYou can also run tftree in a specific directory:
tftree ./productionTo disable output formatting (colors, bold text, etc.):
tftree -no-colorTo use a different Terraform binary, like Terragrunt for example:
tftree -terraform-bin=terragruntThe code is licensed under the permissive Apache v2.0 license. Read this for a summary.
