Add links to outputs and locals tutorials

This commit is contained in:
Robin Norwood 2020-12-17 10:53:43 -06:00 committed by Nick Fagerlund
parent 85d477aee9
commit 235c141565
2 changed files with 8 additions and 0 deletions

View File

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

View File

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