ToddG
ToddG
I'm blocked by this as well.
@lflorea-tc can you update this example (or provide a minimal working exmaple)? I don't see `hooks` as a the VirtualMachine() parameter: ``` import pulumi import pulumi_proxmoxve as proxmox from pulumi_proxmoxve.vm...
Thank you, I'll try that out!
** IGNORE THIS POST FOR NOW** I just realized I'm using an API token and the remove_cdrom code is using username/password. Let me update this example and I'll update shortly....
Ok, so I resolve my credential issues with the afterhook workaround from @lflorea-tc above. As @lflorea-tc mentioned, the warning was due to my adaptation of @lflorea-tc 's code not authenticating...
For anyone encountering this issue, the above workaround stopped working for me. I don't know why (same error, cannot start b/c missing cdrom), and I've exceeded my time-box for this...
The docs state: ```The process label can be any term, for example {worker_process, 1..N}.``` Although my personal pref would be to limit my terms to `[a-zA-Z-_]` length ~12 or 15...
I haven't tested on any other urls yet. I was using this one b/c it has data I'm curious about, and because `curl -I ...` (head request) works on it....
I don't think so. However, I'll try to reproduce on separate machines and on a different network.
Ok, I rebooted my machine after being gone for a few days. Now httpc head requests are working just fine. Hah! I have no idea what the issue was. Closing...