Document that heredoc syntax is supported.
Previously the only "documentation" I could find about this was a pull request in the HCL repository.
This commit is contained in:
parent
26cc97941e
commit
3e9e96286a
|
@ -54,6 +54,11 @@ Basic bullet point reference:
|
|||
is
|
||||
[documented here](/docs/configuration/interpolation.html).
|
||||
|
||||
* Multiline strings can use shell-style "here doc" syntax, with
|
||||
the string starting with a marker like `<<EOT` and then the
|
||||
string ending with `EOT` on a line of its own. The lines of
|
||||
the string and the end marker must *not* be indented.
|
||||
|
||||
* Numbers are assumed to be base 10. If you prefix a number with
|
||||
`0x`, it is treated as a hexadecimal number.
|
||||
|
||||
|
|
Loading…
Reference in New Issue