Versions in this module Expand all Collapse all v1 v1.5.0 Mar 17, 2025 v1.4.1 Mar 5, 2025 Changes in this version + func Convert(in cty.Value, want cty.Type) (cty.Value, error) + func MismatchMessage(got, want cty.Type) string + type Conversion func(in cty.Value) (out cty.Value, err error) + func GetConversion(in cty.Type, out cty.Type) Conversion + func GetConversionUnsafe(in cty.Type, out cty.Type) Conversion + func Unify(types []cty.Type) (cty.Type, []Conversion) + func UnifyUnsafe(types []cty.Type) (cty.Type, []Conversion)