From 00d6fee40360c4a20da7a74a847aa10233331bbb Mon Sep 17 00:00:00 2001 From: Terje Torkelsen Date: Sun, 22 Sep 2019 01:25:46 +0200 Subject: [PATCH] Added tau in tools list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0e6d00..f41f224 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ For more Community Modules not listed here please see the [Terraform Module Regi * [ruby-terraform](https://github.com/infrablocks/ruby_terraform) - Simple Ruby wrapper for invoking terraform commands. * [scenery](https://github.com/dmlittle/scenery) - Another Terraform plan output prettifier. * [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`. +* [tau](https://github.com/avinor/tau) - Tau is a thin wrapper on top of terraform to manage multiple deployments, dependencies and secrets. * [terraboard](https://github.com/camptocamp/terraboard) - Web dashboard to inspect Terraform States. * [terraboot](https://github.com/MastodonC/terraboot) - DSL to generate a terraform configuration and run it. * [terrafile](https://github.com/coretech/terrafile) - Systematically manage external modules from Github for use in Terraform (written in Go).