Update description metadata

This commit is contained in:
Laura Pacilio 2021-07-09 11:45:42 -04:00
parent 14d6e0dea9
commit adf4dbdf84
1 changed files with 2 additions and 2 deletions

View File

@ -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.