terraform-tui

Textual UI for managing Terraform state

TLDR

Launch the Terraform state TUI
$ tftui
Launch in offline mode
$ tftui -o

SYNOPSIS

tftui [options]

DESCRIPTION

tftui is a terminal application that lets you view and interact with your Terraform state through an intuitive text-based interface. It provides state tree visualization, resource inspection, search capability, plan creation and application, and resource manipulation (taint, untaint, delete, destroy). It supports Terraform wrappers like Terragrunt and an offline mode.

INSTALL

sudo pacman -S terraform
nix profile install nixpkgs#terraform

HISTORY

terraform-tui was created by Ido Avraham (idoavrah) and is written in Python.

SEE ALSO

terraform(1), terragrunt(1), tofuref(1)