Add tfmigrator

* https://github.com/tfmigrator/cli
* https://github.com/tfmigrator/tfmigrator

Go library and CLI to migrate Terraform Configuration and State.
This commit is contained in:
Shunsuke Suzuki
2021-10-20 23:16:58 +09:00
committed by GitHub
parent c201ef9f67
commit 0ff6f0cc02

View File

@@ -280,6 +280,7 @@ For more Community Modules not listed here please see the [Terraform Module Regi
- [tflint](https://github.com/wata727/tflint) - Terraform linter for detecting errors that can not be detected by `terraform plan`
- [tfmask](https://github.com/cloudposse/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
- [tfscaffold](https://github.com/tfutils/tfscaffold) - Framework for controlling multi-environment multi-component terraform-managed AWS infrastructure.
- [tfschema](https://github.com/minamijoyo/tfschema) - Schema inspector for Terraform providers.
- [tfupdate](https://github.com/minamijoyo/tfupdate) - Update version constraints in your Terraform configurations.