Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue handling heredoc with delimiter within text itself #190

Open
j2cagle opened this issue Feb 8, 2025 · 1 comment
Open

Issue handling heredoc with delimiter within text itself #190

j2cagle opened this issue Feb 8, 2025 · 1 comment
Assignees

Comments

@j2cagle
Copy link

j2cagle commented 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 }

@j2cagle j2cagle changed the title Issue handline heredoc with delimiter within text itself Issue handling heredoc with delimiter within text itself Feb 8, 2025
@kkozik-amplify kkozik-amplify self-assigned this Feb 10, 2025
@kkozik-amplify
Copy link
Collaborator

Hey. Please provide clear, as-is example and workaround

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants