Closed aamkye closed 1 month ago
Hey @aamkye! 👋🏼
Thanks for the report. Should be relatively easy to fix.
Based on /usr/share/perl5/PVE/QemuServer/PCI.pm
, the maximum number of hostpci
devices is 16, so it will be better to fix this properly, rather than hardcoding 16 fields
Describe the bug A clear and concise description of what the bug is. While having more than
hostpci
blocks inproxmox_virtual_environment_vm
resource, anything above 4 blocks tries to update even if the same and already set (observed even on import).To Reproduce Steps to reproduce the behavior:
hostpci
blocks inproxmox_virtual_environment_vm
resource.Expected behavior Everything applies as expected and the state is updated to corespondent state.
Screenshots
Additional context Add any other context about the problem here.
TF_LOG=DEBUG terraform apply
):Toggle me!
![CleanShot 2024-09-18 at 23 38 18](https://github.com/user-attachments/assets/955f6a0e-2d96-4bfa-828d-d7a861028679) ```shell https://pastebin.com/09jXN4R0 ```