Type Definition hcl::value::Map

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

The map type used for HCL objects.