hcl

Module value

Source
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 type T that implements serde::Deserialize.
  • Convert a T into hcl::Value which is an enum that can represent any valid HCL value.

Type Aliases§

  • The map type used for HCL objects.