Versions in this module Expand all Collapse all v1 v1.1.0 Jul 24, 2021 v1.0.3 Jul 27, 2021 Changes in this version + func ActionForChange(before, after cty.Value) plans.Action + func AllAttributesNull(attrs map[string]*configschema.Attribute) cty.Value + func AllBlockAttributesNull(schema *configschema.Block) cty.Value + func AssertObjectCompatible(schema *configschema.Block, planned, actual cty.Value) []error + func AssertPlanValid(schema *configschema.Block, priorState, config, plannedState cty.Value) []error + func LongestCommonSubsequence(xs, ys []cty.Value) []cty.Value + func NormalizeObjectFromLegacySDK(val cty.Value, schema *configschema.Block) cty.Value + func PlannedDataResourceObject(schema *configschema.Block, config cty.Value) cty.Value + func ProposedNew(schema *configschema.Block, prior, config cty.Value) cty.Value