mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
HCL2 locals don't have type constraints, and the map syntax is interpreted as an object. So users may need to explictly convert to map for some functions. The `convert` function documentation was missing the required type constructor parameter for collections.