feat: add tfrepl (#213)

This commit is contained in:
Andrei Neculau
2023-05-18 22:35:20 +02:00
committed by GitHub
parent 303169468a
commit bff3b45d6c

View File

@@ -369,6 +369,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
- [tfproviderlint](https://github.com/bflad/tfproviderlint) - Terraform Provider Lint Tool.
- [tfrepl](https://github.com/andreineculau/tfrepl) - A Terraform REPL, giving you a full shell experience. Readline based. No dependencies. Save config changes. History.
- [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.
- [tftree](https://github.com/busser/tftree) - Display your Terraform module call stack in your terminal.