mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 08:25:43 +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.