You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }
The text was updated successfully, but these errors were encountered:
j2cagle
changed the title
Issue handline heredoc with delimiter within text itself
Issue handling heredoc with delimiter within text itself
Feb 8, 2025
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 }
The text was updated successfully, but these errors were encountered: