Pavel Boldyrev

Results 224 comments of Pavel Boldyrev

I couldn't reproduce this issue in my environment. Here's the minimal configuration I used for testing: ```hcl resource "proxmox_virtual_environment_vm" "ubuntu_vm" { name = "test-ubuntu" node_name = "pve" # should be...

I'm going to close this ticket as there's not enough information to investigate further. @ckhordiasma 👋🏼 If the issue is still relevant, please comment with the output of `terraform apply`...

The provider reads VM state back before destroying, and during that it reads the VM IPs from the agent via PVE API. The error indicates that the provider has issues...

Not sure. You may find some additional details in the PVE log...