pub type Map<K, V> = IndexMap<K, V>;
The map type used for HCL objects.
struct Map<K, V> { /* private fields */ }