Expand description
HCL expression evaluation and context building.
Functionsยง
- create_
context - Create context.
- evaluate_
raw_ expr - Evaluates a raw HCL expression without the template wrapper.
- evaluate_
string - Evaluates a string containing HCL interpolation templates (
${...}). - hcl_
to_ json - Converts an HCL value back to an equivalent JSON value.
- json_
to_ hcl - Converts a JSON value to an equivalent HCL value.
- resolve_
expressions - Resolves HCL expressions embedded in strings via
${...}syntax within a JSON Value. - set_
secrets_ backend - Sets the global secrets backend used for resolving
secrets.*references in HCL expressions.