From fabd5abf2cfe15a266bfa4826deb92b07607a37a Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 9 Jul 2021 11:30:13 -0400 Subject: [PATCH] Make description metadata shorter --- website/docs/providers/index.html.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/providers/index.html.markdown b/website/docs/providers/index.html.markdown index 2656c9784..f3e742b32 100644 --- a/website/docs/providers/index.html.markdown +++ b/website/docs/providers/index.html.markdown @@ -3,8 +3,7 @@ layout: "language" page_title: "Provider Documentation" sidebar_current: "docs-providers" description: |- - Terraform's resources are implemented by provider plugins. The Terraform - Registry is the main directory of publicly available Terraform providers. + Pointers to documentation for Terraform provider plugins, including the Terraform Registry. --- # Provider Documentation