Pavel Boldyrev
Pavel Boldyrev
Well, I don’t have any config examples or logs to weigh in on this ticket, and there’s been no response from the author. We do have [timeout_migrate](https://registry.terraform.io/providers/bpg/proxmox/latest/docs/resources/virtual_environment_vm#timeout_migrate-1), which seems to...
Similar to #1575
Hi @ZauberNerd! 👋🏼 That's an interesting idea! While I'm not opposed to this approach, it won't solve the main problem you're aiming at: eliminating SSH access. We still need SSH...
Hey @ZauberNerd ! > I just checked and the UI creates a raw disk, which can then be configured via the UI. This won't be the case with my proposed...
Yes, we can define constraints on the attribute to make them mutually exclusive. Actually that's what I meant by "throw an error". Provider could do the schema validation when parsing...
There is also a [good thread](https://github.com/bpg/terraform-provider-proxmox/issues/586) with lots of details about cloud-init behaviour in different cases.
This was auto-closed due to lack of interest / engagement in the last 6 months
Hey @micsport13 👋🏼 Just to confirm, you initially imported the resource without the `initialization` section, then added the `initialization` with the IP address? That's a bit unexpected... If your intention...
This is not something that the provider could do for the VM, as IP configuration is essentially a responsibility of OS, which is already installed in the VM at this...
The remaining work: add proper error handling to avoid panics