diff --git a/website/docs/registry/index.html.md b/website/docs/registry/index.html.md index 7e4a608df..ea12a1184 100644 --- a/website/docs/registry/index.html.md +++ b/website/docs/registry/index.html.md @@ -1,12 +1,12 @@ --- layout: "registry" -page_title: "Terraform Registry" +page_title: "Publishing Providers and Modules" sidebar_current: "docs-registry-home" description: |- The Terraform Registry is a repository of providers and modules written by the Terraform community. --- -# Terraform Registry +# Publishing Providers and Modules on the Terraform Registry The [Terraform Registry](https://registry.terraform.io) 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. diff --git a/website/layouts/registry.erb b/website/layouts/registry.erb index 4cbcbfa9a..658b08e94 100644 --- a/website/layouts/registry.erb +++ b/website/layouts/registry.erb @@ -1,6 +1,6 @@ <% wrap_layout :inner do %> <% content_for :sidebar do %> -

Terraform Registry

+

Publishing Providers & Modules