Enseada can become a valid Terraform registry to allow distributing Terraform both private and public modules and providers Implementation requires: - supporting the [Service Discovery protocol] - supporting the [Login protocol] - supporting the [Modules API] - supporting the [Providers API] [Service Discovery protocol]: https://www.terraform.io/docs/internals/remote-service-discovery.html [Login protocol]: https://www.terraform.io/docs/commands/login.html#protocol-v1 [Modules API]: https://www.terraform.io/docs/internals/module-registry-protocol.html [Providers API]: https://www.terraform.io/docs/internals/provider-registry-protocol.html
Enseada can become a valid Terraform registry to allow distributing Terraform both private and public modules and providers
Implementation requires: