anthology
anthology copied to clipboard
A private Terraform registry implementation as an alternative to the official registry.
# Description Remove the hardcoded reference to `us-east-1` region we don't have to hardcode it. Go can read this from the env var `AWS_REGION`.
Implements the Providers API (https://www.terraform.io/docs/internals/provider-registry-protocol.html) Also adds an Artifactory backend. I have tested the provider API with the filesystem and Artifactory backend. I have not tested against S3, at this...
This looks quite useful! What are your thoughts on API tokens similar to the official terraform registry? I couldn't figure out if that's implemented with anthology or not.
Can you add documentation about the comparison between a private registry and git sourcing?