Simple implementations of the Terraform registry protocols for building private module registries.
Terraform Simple Registry provides minimal, standalone server programs that implement Terraform's registry protocols, enabling users to create private registries for Terraform modules. It focuses solely on the protocol specifications, delegating concerns like authentication, data management, and deployment to complementary software for maximum flexibility. This approach allows integration into custom infrastructure workflows without the overhead of a full-featured platform.
terraform.json document to map services.The project follows a 'small pieces loosely joined' philosophy, dealing exclusively with Terraform protocols and expecting other concerns to be handled by external software, giving users full control over deployment and integration.
terraform-simple-registry is an open-source alternative to the following products:
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.