-
-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I am using the provider to make a full clone of a template. Everything works correctly the first run, and the vm works as expected.
However, the next time I run a preview I am met with the following errors:
error: proxmoxve:VM/virtualMachine:VirtualMachine resource 'dev' has a problem: expected hugepages to be one of ["1024" "2" "any"], got . Examine values at 'dev.memory.hugepages'.
error: proxmoxve:VM/virtualMachine:VirtualMachine resource 'dev' has a problem: invalid value for affinity (must contain numbers or number ranges separated by ','). Examine values at 'dev.cpu.affinity'.
I've tried ignoring memory.hugepages
and cpu.affinity
, but that doesn't help. I am not setting any properties in memory or cpu at all.
Is this a problem with the pulumi provider or the terraform provider?