From bff3b45d6c4c7fe7a87969360f63ef5ee5ef4084 Mon Sep 17 00:00:00 2001 From: Andrei Neculau Date: Thu, 18 May 2023 22:35:20 +0200 Subject: [PATCH] feat: add tfrepl (#213) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04bfedd..092234e 100644 --- a/README.md +++ b/README.md @@ -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.