diff --git a/helper/schema/schema.go b/helper/schema/schema.go index a7cbc82df..43fb2b050 100644 --- a/helper/schema/schema.go +++ b/helper/schema/schema.go @@ -224,6 +224,8 @@ func (m schemaMap) diffList( if !schema.Computed { return nil } + + return nil } // We have to use reflection to build the []interface{} list