Terraform-HTTP-Backend
Self-host a Terraform HTTP backend server for managing state files with support for locking and authentication, providing a lightweight alternative to Terraform Cloud.
About
Terraform-HTTP-Backend is a self-hosted implementation of the Terraform HTTP backend API. It provides a lightweight, centralized solution for storing and managing Terraform state files without relying on cloud provider backends. This tool is designed for DevOps teams and engineer…