Versions in this module Expand all Collapse all v0 v0.0.5 Jun 7, 2024 Changes in this version + func FromJSON(b []byte, typ attr.Type) (types.Dynamic, error) + func FromJSONImplied(b []byte) (types.Dynamic, error) + func IsFullyKnown(val attr.Value) bool + func SemanticallyEqual(a, b types.Dynamic) bool + func ToJSON(d types.Dynamic) ([]byte, error) + func UpdateWithSchemaPreservation(source, target types.Dynamic) (types.Dynamic, error) + func UseStateWhen(equalFunc DynamicSemanticallyEqualFunc) planmodifier.Dynamic + type DynamicSemanticallyEqualFunc func(a, b types.Dynamic) bool