Template Guide
Variables
Variables
Variables can be used to declare some values which remain constant throughout the template. The value of the variable once calculated does not change. Variables can be either simple strings or DSL helper functions. If the variable is a helper function, it is enclosed in double-curly brackets {{<expression>}}
. Variables are declared at template level.
Example variables -
Currently, dns
, http
, headless
and network
protocols support variables.
Example of templates with variables -
Was this page helpful?