From 88b4d3b71086abf052ffb0eb0b65c104ab443a99 Mon Sep 17 00:00:00 2001 From: James Woolfenden Date: Sun, 6 Nov 2022 19:40:36 +0000 Subject: [PATCH] Sato: a Cloudformation to Terraform converter in golang (#190) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fda2159..064f49a 100644 --- a/README.md +++ b/README.md @@ -310,6 +310,7 @@ For more Community Modules not listed here please see the [Terraform Module Regi - [regula](https://github.com/fugue/regula) - Evaluates Terraform infrastructure-as-code for potential AWS, Azure, and Google Cloud security misconfigurations and compliance violations prior to deployment. - [rover](https://github.com/im2nguyen/rover) - Interactive Terraform state and configuration explorer. - [ruby-terraform](https://github.com/infrablocks/ruby_terraform) - Simple Ruby wrapper for invoking terraform commands. +- [sato](https://github.com/JamesWoolfenden/sato) - Sato helps you convert your legacy Cloudformation into Terraform. - [scenery](https://github.com/dmlittle/scenery) - Another Terraform plan output prettifier. :ghost: - [scratchrelaxtv](https://github.com/YakDriver/scratchrelaxtv) - Simple Python tool to help with module development - extract vars from `main.tf` to generate `variables.tf` and make module usage stub from `variables.tf`. - [serverless.tf - Doing serverless with Terraform](https://serverless.tf/) - serverless.tf is an opinionated open-source framework for developing, building, deploying, and securing serverless applications and infrastructures on AWS using Terraform. [Read more](https://github.com/antonbabenko/serverless.tf).