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
HCL like test = "hello\\" or even with any amount of backslash like "hello\", "hello\\\" or "hello\\\\" always end up with a EOF before closing string quote. Adding an additional string quote at the end work, but add a double quote at the end of the string.
The text was updated successfully, but these errors were encountered:
HCL like
test = "hello\\"
or even with any amount of backslash like"hello\"
,"hello\\\"
or"hello\\\\"
always end up with aEOF before closing string quote
. Adding an additional string quote at the end work, but add a double quote at the end of the string.The text was updated successfully, but these errors were encountered: