Module value

Source
Expand description

The Value enum, a loosely typed way of representing any valid HCL value.

Enums§

Value
Represents any valid HCL value.

Functions§

from_value
Convert a hcl::Value into a type T that implements serde::Deserialize.
to_value
Convert a T into hcl::Value which is an enum that can represent any valid HCL value.

Type Aliases§

Map
The map type used for HCL objects.