helper/schema: don't forward computing onto elements
This commit is contained in:
parent
801b220dc7
commit
5a5ef67d87
|
@ -271,7 +271,6 @@ func (m schemaMap) diffList(
|
|||
// Copy the schema so that we can set Computed/ForceNew from
|
||||
// the parent schema (the TypeList).
|
||||
t2 := *t
|
||||
t2.Computed = schema.Computed
|
||||
t2.ForceNew = schema.ForceNew
|
||||
|
||||
// This is just a primitive element, so go through each and
|
||||
|
|
Loading…
Reference in New Issue