Versions in this module Expand all Collapse all v0 v0.24.3 Jun 16, 2023 Changes in this version + const UnknownVariableValue + func ConfigValueFromHCL2(v cty.Value) interface + func ConfigValueFromHCL2Block(v cty.Value, schema *configschema.Block) map[string]interface + func FlatmapKeyFromPath(path cty.Path) string + func FlatmapValueFromHCL2(v cty.Value) map[string]string + func HCL2ValueFromConfigValue(v interface{}) cty.Value + func HCL2ValueFromFlatmap(m map[string]string, ty cty.Type) (cty.Value, error) + func RequiresReplace(attrs []string, ty cty.Type) ([]cty.Path, error) + func ValuesSDKEquivalent(a, b cty.Value) bool + type SingleAttrBody struct + Expr hcl2.Expression + Name string + func (b SingleAttrBody) Content(schema *hcl2.BodySchema) (*hcl2.BodyContent, hcl2.Diagnostics) + func (b SingleAttrBody) JustAttributes() (hcl2.Attributes, hcl2.Diagnostics) + func (b SingleAttrBody) MissingItemRange() hcl2.Range + func (b SingleAttrBody) PartialContent(schema *hcl2.BodySchema) (*hcl2.BodyContent, hcl2.Body, hcl2.Diagnostics)