Module template

Module template 

Source
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.