tfparse icon indicating copy to clipboard operation
tfparse copied to clipboard

variable block is missing type

Open kapilt opened this issue 2 years ago • 1 comments

at the moment the type value on on all variables is empty.

we need to grab the hclattribute Expr, and simplify back to types. Its either a scope traverse or a function call traverse afaics. we need this for default variable injection by type to have the correct types. expanded validation (function call parameters) is probably not something we need at the moment.

kapilt avatar Sep 21 '23 19:09 kapilt

this might be resolved with #194 which got us a significantly upgraded dependency set.

kapilt avatar Jun 07 '24 11:06 kapilt

IIUC this should be addressed by #218

albertodonato avatar Oct 14 '24 14:10 albertodonato