diff --git a/proxmoxtf/resource/vm.go b/proxmoxtf/resource/vm.go index e5e16454..08726eaf 100644 --- a/proxmoxtf/resource/vm.go +++ b/proxmoxtf/resource/vm.go @@ -3945,7 +3945,7 @@ func vmReadCustom( pciDevices := getPCIInfo(vmConfig, d) for pi, pp := range pciDevices { - if (pp == nil) || (pp.DeviceIDs == nil) { + if (pp == nil) || (pp.DeviceIDs == nil && pp.Mapping == nil) { continue }