Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Display your Terraform module call stack in your terminal

License

NotificationsYou must be signed in to change notification settings

busser/tftree

Repository files navigation

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 runterraform plan:

tftree

You can also runtftree 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.


[8]ページ先頭

©2009-2025 Movatter.jp