Pavel Boldyrev
Pavel Boldyrev
> Are all of list entries above possible to be implemented on their own or are there some dependencies between each other? I'd like to help when my (also limited)...
Hi @miberecz 👋🏼 Sorry, I don't fully understand your use case. Are you trying to delete the existing VM? Or applying a change that causes a VM to be re-created...
There are few limitations in the current code that make it harder to implement, particularly the update and clone operations. Will be done as part of the "new VM resource"...
Hi @smacz42 👋🏼 Thanks for the info! Even with the limitation to root@pam user account, I still think support for container hook scripts would be great to have. If you're...
Hey @ratiborusx, a quick sanity check -- you do use terrafrom resource when referencing template from a clone, right? Similar to https://github.com/bpg/terraform-provider-proxmox/blob/aeb5e88bc9112686675c7058501fa9378b69af93/example/resource_virtual_environment_vm.tf#L117? VM resource reads back from PVE at the...
@all-contributors please add @ratiborusx for testing
Hi @some-random-username-123! 👋🏼 (nice GH username btw :) > 4. See error Could you pls. post here the error that that you saw? Also I'd like to clarify whther the...
Hey @some-random-username-123 👋🏼 I'm trying to reproduce this issue with a minimal TF configuration, but everything seems to be working for me (tm) Here is my template: ```hcl resource "proxmox_virtual_environment_vm"...
@some-random-username-123 [this](https://github.com/some-random-username-123/Proxmox-setup/blob/2eacc4eb816018997f21833596c6867548dc0310/terraform/modules/proxmox/almalinux9-basic/vars.tf#L108) could be the reason. If you're not overriding `vm_ci_interface` variable at apply, the default `ide0` may not work in all configurations. I would recommend switching to `ide2` as...
Hi @webtroter, @tobiasehlert! 👋🏼 I see you upvoted this issue, do you have a similar problem in your deployments? If yes, would you mind sharing your configuration? Thanks!