Actually, when Heredoc Strings are used, after the EOT/EOF/END string terminator, Terraform expects to find a new line (\n, \0x0a) character. Without it, regardless of the syntax you use, it will be considered invalid.