helper/schema: don't forward computing onto elements

This commit is contained in:
Mitchell Hashimoto 2014-08-18 19:08:32 -07:00
parent 801b220dc7
commit 5a5ef67d87
1 changed files with 0 additions and 1 deletions

View File

@ -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