# Packages

Package module implements the module registry as in https://www.terraform.io/docs/internals/module-registry-protocol.html.
Package provider implements the provider registry as in https://www.terraform.io/docs/internals/provider-registry-protocol.html.

# Functions

New initializes the Registry.
WithHTTPListen configures the http listen address.
WithModuleBackend sets the provider backend to use.
WithProviderBackend sets the provider backend to use.

# Structs

Registry represents the Terraform registry.

# Type aliases

Option function to configure the Terraform registry.