terraform/website/docs/registry/index.html.md

3.1 KiB
Raw Blame History

layout page_title sidebar_current description
registry Terraform Registry docs-registry-home The Terraform Registry is a repository of providers and modules written by the Terraform community.

Terraform Registry

The Terraform Registry is an interactive resource for discovering a wide selection of integrations (providers) and configuration packages (modules) for use with Terraform. The Registry includes solutions developed by HashiCorp, third-party vendors, and our Terraform community. Our goal with the Registry is to provide plugins to manage any infrastructure API, pre-made modules to quickly configure common infrastructure components, and examples of how to write quality Terraform code.

screenshot: terraform registry landing page

The Terraform Registry is integrated directly into Terraform to make it easy to use providers and modules. Anyone can publish and consume providers and modules on the public Terraform Registry. (To publish private modules within your organization, you can use a private registry or reference repositories and other sources directly.)

Use the navigation to the left to learn more about using the Terraform Registry.

Navigating the Registry

As the Terraform ecosystem continues to grow, the Registry is designed to make it easy to discover integrations and solutions across dozens of categories. Select a provider or module card to learn more, filter results to a specific tier, or use the search field at the top of the Registry to find what youre looking for. (Note that search supports keyboard navigation.)

screenshot: terraform registry browse

User Account

Anyone interested in publishing a provider or module can create an account and sign in to the Terraform Registry using a GitHub account. Click the "Sign-in" button, and follow the login prompts. Once you have authorized the use of your GitHub account and are signed in, you can publish both providers and modules directly from one of the repositories you manage. To learn more, see Publishing to the Registry.

screenshot: terraform registry sign in

Getting Help

We welcome any feedback about using or publishing to the Registry. Please reach out if you have any questions or issues with the Terraform Registry by sending us an email. The providers and modules in The Terraform Registry are published and maintained either directly by HashiCorp, by trusted HashiCorp partners, or by members of the Terraform community (see tiers & namespaces). If you run into issues or have additional contributions to make to a provider or module, you can submit a GitHub issue by selecting the "Report an issue" link on the detail view:

Provider report issue link