SkillAgentSearch skills...

Tftree

Display your Terraform module call stack in your terminal

Install / Use

/learn @busser/Tftree
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Terraform tree

Display your Terraform module call stack as a tree in your terminal.

screenshot

Installation

With Homebrew:

brew install busser/tap/tftree

From source:

make build # then move bin/tftree into your PATH

Usage

In any directory where you would run terraform plan:

tftree

You can also run tftree in a specific directory:

tftree ./production

To disable output formatting (colors, bold text, etc.):

tftree -no-color

To use a different Terraform binary, like Terragrunt for example:

tftree -terraform-bin=terragrunt

License

The code is licensed under the permissive Apache v2.0 license. Read this for a summary.

Related Skills

View on GitHub
GitHub Stars158
CategoryDevelopment
Updated1mo ago
Forks5

Languages

Go

Security Score

100/100

Audited on Feb 20, 2026

No findings