HashiCorp Terraform uses code to provision and manage any infrastructure. To help build out that code, HashiCorp has a https://registry.terraform.io/, where we, our community, and our tech partners publish https://registry.terraform.io/browse/providers and https://registry.terraform.io/browse/modules to share with all Terraform users.

Now the private registry supports providers as well as modules.

Terraform https://www.terraform.io/language/providers are the plugins that make it easy for Terraform to interact with all the services you need to run infrastructure successfully.

Security teams will also be happy because provider support in the private registry means you can enforce the use of providers alongside modules using https://docs.hashicorp.com/sentinel/concepts/policy-as-code.

Related Articles