Make description metadata more concise
This commit is contained in:
parent
bca3957e17
commit
d107b46270
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue