Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Issue handling heredoc with delimiter within text itself #190

@j2cagle

Description

@j2cagle

Example:

locals { issue_3 = <<EOT FAKE_EOT_HERE EOT }

Example Error:
Unexpected token Token('NAME', 'EOT') at line 28, column 1.
Expected one of:
* LBRACE

Found a workaround:
locals { issue_3 = <<XYXYXYXY FAKE_EOT_HERE XYXYXYXY }

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions