From 181048b9133278640a52dd6d0b509fd875f7e764 Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Thu, 4 Feb 2021 13:43:03 -0600 Subject: [PATCH] Add crosslink to new Learn tutorial --- website/docs/language/data-sources/index.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/language/data-sources/index.html.md b/website/docs/language/data-sources/index.html.md index a7caf83b6..589dfa3c6 100644 --- a/website/docs/language/data-sources/index.html.md +++ b/website/docs/language/data-sources/index.html.md @@ -8,6 +8,8 @@ description: |- # Data Sources +> **Hands-on:** Try the [Query data sources](https://learn.hashicorp.com/tutorials/terraform/data-sources?in=terraform/configuration-language&utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) tutorial on HashiCorp Learn. + _Data sources_ allow data to be fetched or computed for use elsewhere in Terraform configuration. Use of data sources allows a Terraform configuration to make use of information defined outside of Terraform,