Describe the bug
Removing a network device from a VM configuration does not remove it from Proxmox.
Steps to reproduce
- Create a VM with a network device.
- Run
terraform apply.
- Remove the network device from the VM configuration.
- Run
terraform apply again.
- Terraform reports no changes, and the device remains attached in Proxmox.
Expected behavior
The network device should be removed from the VM when it is deleted from the configuration.
Additional context
- Proxmox setup: Single node
- Proxmox version: 9.0.3
- Provider version: 0.85.1