Skip to content

hcltool not parsing tuples/lists properly #81

@jgibart

Description

@jgibart

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions