website: link to functions tutorial where applicable
This commit is contained in:
parent
0346effec7
commit
5895472c93
|
@ -5,6 +5,8 @@ page_title: "Function Calls - Configuration Language"
|
||||||
|
|
||||||
# Function Calls
|
# 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
|
The Terraform language has a number of
|
||||||
[built-in functions](/docs/configuration/functions.html) that can be used
|
[built-in functions](/docs/configuration/functions.html) that can be used
|
||||||
in expressions to transform and combine values. These
|
in expressions to transform and combine values. These
|
||||||
|
|
|
@ -13,6 +13,8 @@ description: |-
|
||||||
earlier, see
|
earlier, see
|
||||||
[0.11 Configuration Language: Interpolation Syntax](../configuration-0-11/interpolation.html).
|
[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
|
The Terraform language includes a number of built-in functions that you can
|
||||||
call from within expressions to transform and combine values. The general
|
call from within expressions to transform and combine values. The general
|
||||||
syntax for function calls is a function name followed by comma-separated
|
syntax for function calls is a function name followed by comma-separated
|
||||||
|
|
Loading…
Reference in New Issue