Versions in this module Expand all Collapse all v1 v1.2.0 Nov 23, 2023 v1.1.0 Nov 23, 2023 Changes in this version + func DecodeBody(body hcl.Body, ctx *hcl.EvalContext, val interface{}) hcl.Diagnostics + func DecodeExpression(expr hcl.Expression, ctx *hcl.EvalContext, val interface{}) hcl.Diagnostics + func EncodeAsBlock(val interface{}, blockType string) *hclwrite.Block + func EncodeIntoBody(val interface{}, dst *hclwrite.Body) + func ImpliedBodySchema(val interface{}) (schema *hcl.BodySchema, partial bool)