terraform-provider-nutanix
terraform-provider-nutanix copied to clipboard
nutanix_virtual_machine set memory overcommit to true
Starting with AOS 6.0.2, it is possible to enable Memory Overcommit for a virtual machine with the following command : acli vm.update vm memory_overcommit=True
nutanix_virtual_machine resources should allow to set this argument
Implementation details:
Since we use v3 PC APIs to communicate with PC. This attribute will be added to VMs API (create and update) calls in pc2022.3 release.
spec -> resources -> memory_overcommit_enabled { "memory_overcommit_enabled": true }
Since this feature is not publicly released. We are moving it to next release.