helper/schema: if you can't find the list, just fall through to return
nil
This commit is contained in:
parent
1b85f3a565
commit
e70522f4ca
|
@ -224,6 +224,8 @@ func (m schemaMap) diffList(
|
||||||
if !schema.Computed {
|
if !schema.Computed {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// We have to use reflection to build the []interface{} list
|
// We have to use reflection to build the []interface{} list
|
||||||
|
|
Loading…
Reference in New Issue