LinuxCommandLibrary

terraform-tui

Textual UI for managing Terraform state

TLDR

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

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.

HISTORY

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

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard