--- layout: "registry" page_title: "Terraform Registry - Providers Overview" description: |- Overview of providers in the Terraform Registry --- # Overview The Registry offers both a place for users to find Providers, and also acts as the Public origin source for Terraform, meaning that all published providers are directly available from within the Terraform CLI. Providers are how Terraform integrates with any upstream API, whether another HashiCorp technology, or the many hundreds of third-party services that Terraform integrates with today. Creating a Provider is designed to be easy and intuitive, and the Registry is here to help you share it with the rest of the community. ## Provider Tiers & Namespaces Terraform Providers are published and maintained by a variety of sources, including HashiCorp, HashiCorp Technology Partners, and the Terraform Community. Tiers and Badges are used in the Registry to denote the source of the Provider. Additionally, namespaces are used to help users identify the organization or publisher responsible for the integration, as shown in the table below.
Tier | Description | Namespace |
Official Providers are owned and maintained by HashiCorp | HashiCorp |
|
Verified Providers are owned and maintained by third-party technology partners. Providers in this tier indicate HashiCorp has verified the authenticity of the Provider’s publisher, and that the partner is a member of the HashiCorp Technology Partner Program. | Third Party Organization, e.g. mongodb/mongodbatlas |
|
Community Providers are published to the Terraform Registry by individual maintainers, groups of maintainers, or other members of the Terraform Community. | Maintainer’s individual or organization, e.g. DeviaVir/gsuite |
|
Archived Providers are Official or Verified Providers that are no longer maintained by HashiCorp or the community. This may occur if an API is deprecated or interest was low. | HashiCorp or Third-Party |