Building a Private Terraform Registry
Summary
In this essay I go through a few steps that describe how to implement a read-only private Terraform registry, serving custom providers privately to be used with Terraform, using Python and Flask.
Highlights
Recently, I wanted to find a way to use a custom provider in Terraform without storing in in Terraform’s official registry. ([View Highlight] (https://read.readwise.io/read/01h39sw67eymj6qp5rrj4hdhqv))
I searched online and found two open-source registries: citizen and anthology. ([View Highlight] (https://read.readwise.io/read/01h39svtz838zwybry4spe0mcx))