mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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 {
|
||||
return nil
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
// We have to use reflection to build the []interface{} list
|
||||
|
Loading…
Reference in New Issue
Block a user