Open andrewcfitz opened 1 month ago
generally speaking, this looks like an upstream issue to me where the retrieved values are not mapped properly (anymore). i raised one such issue upstream in the past because it broke the pulumi provider. could you please raise this issue upstream as well?
however, there was a property which raised a similar issue for me once. my workaround was to set the property in pulumi to its default value. did you try if this would solve your issue intermediary?
I'm having the same bug. No matter what value I set, it gives me back the same error
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:
I've tried ignoring
memory.hugepages
andcpu.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?