virtuald/pyhcl

hcltool doesn't validate missing equal

artem0 opened this issue · 0 comments

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.