Skip to content
/ tftree Public
forked from busser/tftree

Display your Terraform module call stack in your terminal

License

Notifications You must be signed in to change notification settings

VladKHC/tftree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

License

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

About

Display your Terraform module call stack in your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.0%
  • Makefile 3.0%