virtuald/pyhcl

hcltool not parsing tuples/lists properly

jgibart opened this issue · 1 comments

I have a few examples where the hcltool is failing on valid hcl files:

A = [ "string", "str" ]
works fine
A = [ "string", 1 ]
works not
A = [ "string", true ]
works not
A = [[ "string", "str" ] ]
works not

That looks like HCL2? You want https://pypi.org/project/python-hcl2/