diff --git a/website/docs/configuration/expressions/function-calls.html.md b/website/docs/configuration/expressions/function-calls.html.md index 771b75f72..77b6f75ba 100644 --- a/website/docs/configuration/expressions/function-calls.html.md +++ b/website/docs/configuration/expressions/function-calls.html.md @@ -5,6 +5,8 @@ page_title: "Function Calls - Configuration Language" # Function Calls +> **Hands-on:** Try the [Perform Dynamic Operations with Functions](https://learn.hashicorp.com/tutorials/terraform/functions?in=terraform/configuration-language&utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) tutorial on HashiCorp Learn. + The Terraform language has a number of [built-in functions](/docs/configuration/functions.html) that can be used in expressions to transform and combine values. These diff --git a/website/docs/configuration/functions.html.md b/website/docs/configuration/functions.html.md index 6ba460c62..8317bcf64 100644 --- a/website/docs/configuration/functions.html.md +++ b/website/docs/configuration/functions.html.md @@ -13,6 +13,8 @@ description: |- earlier, see [0.11 Configuration Language: Interpolation Syntax](../configuration-0-11/interpolation.html). +> **Hands-on:** Try the [Perform Dynamic Operations with Functions](https://learn.hashicorp.com/tutorials/terraform/functions?in=terraform/configuration-language&utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) tutorial on HashiCorp Learn. + The Terraform language includes a number of built-in functions that you can call from within expressions to transform and combine values. The general syntax for function calls is a function name followed by comma-separated