Type Definition hcl::Object

source ·
pub type Object<K, V> = VecMap<K, V>;
Expand description

The object type used in the expression sub-language.

Trait Implementations§

The type that is returned by evaluate on success.
Recursively evaluates all HCL templates and expressions in the implementing type using the variables and functions declared in the Context. Read more