mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Structured Renderer: use the new renderer when rendering the state in addition to the plan (#32629)
* Use the new renderer when rendering the state * remove confusing and unneeded comment
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
func (change Change) checkForUnknownType(ctype cty.Type) (computed.Diff, bool) {
|
||||
return change.checkForUnknown(false, func(value Change) computed.Diff {
|
||||
return value.computeDiffForType(ctype)
|
||||
return value.ComputeDiffForType(ctype)
|
||||
})
|
||||
}
|
||||
func (change Change) checkForUnknownNestedAttribute(attribute *jsonprovider.NestedType) (computed.Diff, bool) {
|
||||
|
||||
Reference in New Issue
Block a user