hcl_primitives

Module template

Source
Expand description

Primitives for the HCL template sub-language.

Enums§

  • Controls the whitespace strip behaviour for template interpolations and directives on adjacent string literals.

Functions§

  • Escapes interpolation sequence (${) and directive control flow (%{) start markers in a string literal to $${ and %%{ respectively.
  • Unescapes escaped interpolation sequence ($${) and directive control flow (%%{) start markers in a string literal to ${ and %{ respectively.