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
@alpinweis Thanks for bringing it up again. Have you tried the workaround with the comma mentioned in the last line?
the comma workaround does work, but updating all the files at my job I need to parse is not realistic.
also, using commas looks kind of ugly :)
In my case the alternative workaround was to convert that tf file to json using a tool like hcl2json used with the -simplify flag that runs all the basic calculations like add/multiply etc before saving the json file.
Current behaviour fails to parse following hcl code:
Logs:
Expected behaviour is that the parsing should succeed.
Workaround: place a comma after the multiplication
The text was updated successfully, but these errors were encountered: