pub type Map<K, V> = IndexMap<K, V>;
The map type used for HCL objects.
Converts to this type from the input type.