Merge pull request #12677 from hashicorp/backport/fix_docs_expressions/heavily-literate-feline

This pull request was automerged via backport-assistant
pull/12680/head
hc-github-team-packer 3 years ago committed by GitHub
commit 5ade6cf6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,9 +18,9 @@ arguments in parentheses:
max(5, 12, 9)
```
For more details on syntax, see
[_Function Calls_](/packer/docs/templates/hcl_templates/expressions#function-calls)
on the Expressions page.
For information on invoking functions in string literals, refer to the
[String Literals](https://developer.hashicorp.com/packer/docs/templates/hcl_templates/expressions#string-literals) section
in the HCL2 expressions documentation.
The HCL language does not support user-defined functions, and so only
the functions built in to the language are available for use. The documentation includes all of the available built-in functions.

Loading…
Cancel
Save