From 961c974ff98b4947404be9115422e8c0eeea58b9 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 31 Dec 2024 04:58:59 +0900 Subject: [PATCH] Add tfmv (#276) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 296f931..49ce1c2 100644 --- a/README.md +++ b/README.md @@ -426,6 +426,7 @@ For more Community Modules not listed here please see the [Terraform Module Regi - [tfmask](https://github.com/cloudposse-archives/tfmask) - Terraform utility to mask select output from `terraform plan` and `terraform apply` - [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 +- [tfmv](https://github.com/suzuki-shunsuke/tfmv) - Rename Terraform resources and generate moved blocks - [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.