From 5f08eaa9c26a671b62cb4469a8379291e79f152d Mon Sep 17 00:00:00 2001 From: Shuya Motouchi Date: Tue, 26 Nov 2024 21:55:55 +0900 Subject: [PATCH] add tfocus (#275) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a65e8681..296f9311 100644 --- a/README.md +++ b/README.md @@ -427,6 +427,7 @@ For more Community Modules not listed here please see the [Terraform Module Regi - [tfmigrate](https://github.com/minamijoyo/tfmigrate) - A Terraform state migration tool for GitOps. - [tfmigrator](https://github.com/tfmigrator/cli) - Go library and CLI to migrate Terraform Configuration and State - [tfprovidercheck](https://github.com/suzuki-shunsuke/tfprovidercheck) - CLI to prevent malicious Terraform Providers from being executed +- [tfocus](https://github.com/nwiizo/tfocus) - tfocus is a super interactive tool for selecting and executing Terraform plan/apply on specific resources. Think of it as an "emergency tool" - not for everyday use. - [tfproviderlint](https://github.com/bflad/tfproviderlint) - Terraform Provider Lint Tool. - [tfrepl](https://github.com/ysoftwareab/tfrepl) - A Terraform REPL, giving you a full shell experience. Readline based. No dependencies. Save config changes. History. - [tfreveal](https://github.com/breml/tfreveal) - A Terraform utility to show Terraform plans with all the secret (sensitive) values revealed.