Expand description
The Value enum, a loosely typed way of representing any valid HCL value.
Enums§
- Represents any valid HCL value.
Functions§
- Convert a
hcl::Value
into a typeT
that implementsserde::Deserialize
. - Convert a
T
intohcl::Value
which is an enum that can represent any valid HCL value.
Type Aliases§
- The map type used for HCL objects.