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
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