Hello dears, I'm using the VSphere Provider and I...
# cloudengineering-support
e
Hello dears, I'm using the VSphere Provider and I have created a set of VMs, but when run
pulumi up
even without changing anything, it always shows my VMs as requiring updates because of the difference in two fields:
Copy code
~ vsphere:index/virtualMachine:VirtualMachine: (update)
        [id=421f663c-3c31-234c-cd8a-3e87202fcdfd]
        [urn=urn:pulumi:dev::pulumi-vsphere-iac::vsphere:index/virtualMachine:VirtualMachine::control-plane-1]
        [provider=urn:pulumi:dev::pulumi-vsphere-iac::pulumi:providers:vsphere::default_4_10_0::a2ff08b0-fb2a-452e-8798-57f341043429]
      + eptRviMode: "automatic"
      + hvMode    : "hvAuto"
I have tried removing, and explicitly adding these two fields but it's always like this.