Skip to content

A CLI app that helps you construct terraform apply commands with multiple targets

Notifications You must be signed in to change notification settings

audunmo/tf-targeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Targeter

A command line tool that helps you construct targeted apply commands by letting you interactively select targets from your plan.

Installation

Installing tf-targeter requires that you have go installed on your system. You can find downloads for go on their website: https://go.dev/

git clone https://github.com/audunmo/tf-targeter
cd tf-targeter
go install

Usage

Run tf-targeter run in any folder that contains a terraform config. If there's a planned change, the relevant resources will be presented for you to choose from. When you've made your selection, tf-targeter will output the right command.

Terraform Targeter helps you interacitvely construct an apply command with mutliple explicit targets

Usage:
  tf-targeter [flags]
  tf-targeter [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  run         Run tf-targeter in the current working directory

Flags:
  -h, --help   help for tf-targeter

About

A CLI app that helps you construct terraform apply commands with multiple targets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published