Type Definition hcl::Map

source ·
pub type Map<K, V> = IndexMap<K, V>;
Expand description

The map type used for HCL objects.