From d36b7f039e669375902791928d7788980db9d0be Mon Sep 17 00:00:00 2001 From: Tara <153463899+taraio@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:49:50 +0200 Subject: [PATCH] Add lynx, a self hosted terraform backend (#254) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb3581b..092428c 100644 --- a/README.md +++ b/README.md @@ -465,6 +465,7 @@ For more Community Modules not listed here please see the [Terraform Module Regi ## Self-hosted Terraform Platforms +- [Lynx](https://github.com/clivern/lynx) - Fast, Secure and Reliable Terraform Backend. It has a user-friendly dashboard, project and environment management, state versioning, locking and snapshots support. - [OTF](https://github.com/leg100/otf) - Open Terraforming Framework, an open source alternative to Terraform Enterprise with full Terraform CLI integration. - [Terrakube](https://docs.terrakube.io) - Open Source alternative to Terraform Enterprise with private registry, remote state, custom flows, scheduled workspaces, and visual states. - [Digger](https://digger.dev) - Open Source Alternative to Terraform Cloud - Run Terraform plan & apply jobs in your CI.