add tfocus (#275)

This commit is contained in:
Shuya Motouchi
2024-11-26 21:55:55 +09:00
committed by GitHub
parent 3e9edbb7a8
commit 5f08eaa9c2

View File

@@ -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.