From adf4dbdf84df2da976c0f2166e1897faec2fa948 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 9 Jul 2021 11:45:42 -0400 Subject: [PATCH] Update description metadata --- website/docs/language/data-sources/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/language/data-sources/index.html.md b/website/docs/language/data-sources/index.html.md index 35af54b4e..794b7dd23 100644 --- a/website/docs/language/data-sources/index.html.md +++ b/website/docs/language/data-sources/index.html.md @@ -3,13 +3,13 @@ layout: "language" page_title: "Data Sources - Configuration Language" sidebar_current: "docs-config-data-sources" description: |- - Data sources allow data to be fetched or computed for use elsewhere in Terraform configuration. + Using Data sources to give Terraform access to data from APIs or other Terraform configurations. --- # Data Sources _Data sources_ allow Terraform use information defined outside of Terraform, -defined by another separate Terraform configuration, or modified by functions. +defined by another separate Terraform configuration, or modified by functions. > **Hands-on:** Try the [Query Data Sources](https://learn.hashicorp.com/tutorials/terraform/data-sources) tutorial on HashiCorp Learn.