Categorygithub.com/bhoriuchi/terraform-private-registry
repositorypackage
0.0.0-20201028010526-5b66c9e83620
Repository: https://github.com/bhoriuchi/terraform-private-registry.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

terraform-private-registry

Private Terraform Registry

.terraformrc override

host "registry.terraform.io" {
  services = {
    "modules.v1" = "http://localhost:3000/v1/modules/"
    "providers.v1" = "http://localhost:3000/v1/providers/"
  }
}