mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Merge pull request #12191 from hashicorp/f-docs-add-hcl-func-note
docs: add note regarding HCLv2 func and interpolation.
This commit is contained in:
@@ -17,6 +17,9 @@ arguments in parentheses:
|
||||
max(5, 12, 9)
|
||||
```
|
||||
|
||||
HCL functions are executed on job submission and cannot be combined with client
|
||||
side interpolation.
|
||||
|
||||
The HCL language does not support user-defined functions, and so only
|
||||
the functions built in to the language are available for use. The navigation
|
||||
for this section includes a list of all of the available built-in functions.
|
||||
|
||||
Reference in New Issue
Block a user