2023-05-09 18:15:05 +02:00
2023-05-09 17:03:15 +02:00
2023-05-08 19:55:28 +02:00
2023-05-08 19:44:33 +02:00
2023-05-08 19:39:32 +02:00
2023-05-09 18:15:05 +02:00

Minify TF

This is a simple script to output minify the Terraform CLI output. The script is only able to plan (or plan a destruction) because you should always check the real plan before applying.

Usage

Normal planning:

minify_tf plan # Plan the Creation/Update of the infrastructure
minify_tf destroy # Plan the Destruction of the infrastructure

Regenerate the last plan:

minify_tf regen # Regenerate the last plan with minimal output
minify_tf regenfull # Regenerate the last plan with full output

Other commands:

minify_tf about # Show the about message
minify_tf version # Show the version of the script

Installation

There are two ways of installing this script:

  1. Put the script in your $PATH (e.g. /usr/local/bin)
  2. Use Homebrew (or Linuxbrew) to install it:
brew tap k3y0708/tap
brew install k3y0708/tap/minify-tf
Description
No description provided
Readme 44 KiB
Languages
Shell 100%