Skip to content

A fuzzy-finder command-line tool for removing resources from terraform state

License

Notifications You must be signed in to change notification settings

paololazzari/fuzzy-terraform-rm

Repository files navigation

fuzzy-terraform-rm

fuzzy-terraform-rm is a command-line tool for removing resources from the terraform state

It uses the excellent go-fuzzyfinder library for the fuzzy-finding functionality.

Installation

$ git clone https://github.com/paololazzari/fuzzy-terraform-rm
$ cd fuzzy-terraform-rm
$ go build -o /usr/local/bin/

Usage

$ fuzzy-terraform-rm

N.B. To select multiple resources at once, use the tab key.

How it works

fuzzy-terraform-rm looks at the terraform source (.tf) files and at the terraform state to determine which resources can be removed.

About

A fuzzy-finder command-line tool for removing resources from terraform state

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages