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.