nutanix / terraform-provider-nutanix

Terraform Nutanix Provider
https://www.terraform.io/docs/providers/nutanix/
Mozilla Public License 2.0
93 stars 112 forks source link

Resource nutanix_virtual_machine on update shows memory MiB value discrepancy in terraform plugin and Prism . #670

Open abhimutant opened 5 months ago

abhimutant commented 5 months ago

Affected Resource: nutanix_virtual_machine

Steps to reproduce:

  1. Create vm resource with 2044 MiB of RAM
  2. Change TF file to 4096 MiB
  3. Apply the updated TF file and it works fine.
  4. Reapply the same TF file : a change is requested, current RAM value is equal to Prism info
  5. Again, reapply the TF, it works as expected.

Workaround: Please make sure to use multiple of 1024 while updating the VM and increase the memory in multiple of 1024.