virtuald / pyhcl

HCL is a configuration language. pyhcl is a python parser for it.
Mozilla Public License 2.0
335 stars 60 forks source link

hcltool doesn't validate missing equal #52

Open artem0 opened 5 years ago

artem0 commented 5 years ago

hcltool doesn't validate this corner case:

foor {
    bar = "some_value"
    baz    "some_value_1"
    foo1 {
     .....
    }
}

I expect to see the error for this case, but it doesn't throw anything.