hcl/test-fixtures
James Nugent 3ad5dd62fd Add support for indented HEREDOC terminators
This PR adds support for the style of HEREDOC often used in Ruby which
allows the terminating marker to be indented if the HEREDOC is started
with the sequence "<<-" rather than the usual "<<". This allows users to
express documents with more natural indentation:

resource "template_file" "test" {
    template = <<-HEREDOC
        First Line
        Second Line
    HEREDOC
}

Note that this does not attempt to add any semantics around removing
hanging indent from the actual text of the document, so extra
indentation would still be present. We could make use of the canonical
style for HCL herre to remove the hanging indent in the style of Ruby
which would probably be more predictable for users.
2016-03-21 14:12:20 +00:00
..
2014-09-30 22:29:21 -07:00
2014-08-28 17:03:42 -07:00
2014-08-08 15:16:42 -07:00
2014-08-08 15:58:34 -07:00
2014-08-11 14:19:35 -07:00
2014-08-11 14:19:35 -07:00
2014-11-12 21:12:45 -08:00
2014-08-03 14:06:18 -07:00
2014-11-12 21:29:07 -08:00
2014-11-12 21:29:07 -08:00
2015-11-10 15:08:59 -08:00
2015-11-10 15:08:59 -08:00
2015-11-10 15:08:59 -08:00
2015-11-10 15:08:59 -08:00
2014-08-21 14:42:02 -07:00
2015-11-09 20:02:20 -08:00
2014-08-02 22:18:39 -07:00
2014-08-02 22:05:36 -07:00
2014-08-11 20:58:20 -07:00