From 235c141565bbe88ffae5e5d7b7d7d81163a8d4fc Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Thu, 17 Dec 2020 10:53:43 -0600 Subject: [PATCH] Add links to outputs and locals tutorials --- website/docs/configuration/locals.html.md | 4 ++++ website/docs/configuration/outputs.html.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/website/docs/configuration/locals.html.md b/website/docs/configuration/locals.html.md index 5dd39e8de..d77012a32 100644 --- a/website/docs/configuration/locals.html.md +++ b/website/docs/configuration/locals.html.md @@ -13,6 +13,10 @@ description: |- earlier, see [0.11 Configuration Language: Local Values](../configuration-0-11/locals.html). +> **Hands-on:** Try the [Simplify Terraform Configuration with +Locals](https://learn.hashicorp.com/tutorials/terraform/locals?in=terraform/configuration-language&utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) +tutorial on HashiCorp Learn. + A local value assigns a name to an [expression](/docs/configuration/expressions/index.html), so you can use it multiple times within a module without repeating it. diff --git a/website/docs/configuration/outputs.html.md b/website/docs/configuration/outputs.html.md index 59a8732c4..6eeedefdf 100644 --- a/website/docs/configuration/outputs.html.md +++ b/website/docs/configuration/outputs.html.md @@ -12,6 +12,10 @@ description: |- earlier, see [0.11 Configuration Language: Output Values](../configuration-0-11/outputs.html). +> **Hands-on:** Try the [Output Data From +Terraform](https://learn.hashicorp.com/tutorials/terraform/outputs?in=terraform/configuration-language&utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) +tutorial on HashiCorp Learn. + Output values are like the return values of a Terraform module, and have several uses: