This makes it very hard to consume a variable type: ```python >>> pygohcl.loads(''' ... variable "foo" { ... type = object({ ... bar = string ... baz = number ... }) ... } ... ''') {'variable': {'foo': {'type': 'object({bar=stringbaz=number})'}}} ```
This makes it very hard to consume a variable type: