From d107b46270ab493c42fd7bcc54ee9dd70fdc8533 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 9 Jul 2021 11:01:32 -0400 Subject: [PATCH] Make description metadata more concise --- website/docs/language/providers/index.html.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/docs/language/providers/index.html.md b/website/docs/language/providers/index.html.md index 648224b9c..f2a7b0a7e 100644 --- a/website/docs/language/providers/index.html.md +++ b/website/docs/language/providers/index.html.md @@ -2,9 +2,7 @@ layout: "language" page_title: "Providers - Configuration Language" description: |- - Terraform providers are plugins that allow Terraform to create resources and - use data sources from services, cloud providers, and other APIs. Read about - how to discover, install, and use providers. + An overview of how to install and use providers, Terraform plugins that interact with services, cloud providers, and other APIs. --- # Providers @@ -12,7 +10,7 @@ description: |- > **Hands-on:** Try the [Perform CRUD Operations with Providers](https://learn.hashicorp.com/tutorials/terraform/provider-use?in=terraform/configuration-language&utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) tutorial on HashiCorp Learn. Terraform relies on plugins called "providers" to interact with cloud providers, -SaaS providers, and other APIs. +SaaS providers, and other APIs. Terraform configurations must declare which providers they require so that Terraform can install and use them. Additionally, some providers require