You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
While having more than hostpci blocks in proxmox_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:
Import/create VM with more than 4 hostpci blocks in proxmox_virtual_environment_vm resource.
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!
The text was updated successfully, but these errors were encountered: