A private Terraform registry

A few months back I was searching for a private Terraform registry to hold some modules and providers for my basic needs. I was surprised to see that nobody ever tried to do it on GitHub (or at least I didn't find anything at the time). I found some projects that only handle the modules or only for providers, and even found one of them that handles both, but none of them are truly private (nobody implemented the Login Protocol). After days of searching, I started planning my own implementation. Back then I was new to Golang and I thought this might be a cool project to start learning on it.
Now, after a break, I started working on it again, and now it has finally taken shape.
It's still a lot to do until this will is production-ready, but there are only a few things to add until this will be beta-ready. I invite you to take a look and if you're interested in this, feel free to contribute.

/r/Terraform Thread Link - github.com