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:
Liam Cervante
2023-02-07 09:14:14 +01:00
committed by GitHub
parent c70244426a
commit d818d7850d
31 changed files with 1311 additions and 613 deletions

View File

@@ -37,7 +37,7 @@ func (change Change) computeAttributeDiffAsList(elementType cty.Type) computed.D
// after.
value.RelevantAttributes = attribute_path.AlwaysMatcher()
return value.computeDiffForType(elementType)
return value.ComputeDiffForType(elementType)
}
isObjType := func(_ interface{}) bool {