Expand description
Primitives for the HCL template sub-language.
Enums§
- Strip
- Controls the whitespace strip behaviour for template interpolations and directives on adjacent string literals.
Functions§
- escape_
markers - Escapes interpolation sequence (
${) and directive control flow (%{) start markers in a string literal to$${and%%{respectively. - unescape_
markers - Unescapes escaped interpolation sequence (
$${) and directive control flow (%%{) start markers in a string literal to${and%{respectively.