Commit bc8c3ca
fix: use \ (no braces) in heredoc to avoid Terraform interpolation
Terraform parses \ inside heredoc strings as TF expressions.
Using \ without braces is valid bash and avoids the conflict.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e72c2e0 commit bc8c3ca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
0 commit comments