Hi folks,
I would like to create a template with Terraform to deply VMs, as there’s new options in the last vSphere version 8.X, I’m not able to find a way on how to create this template using the option "Cores per Socket " (Assigned at power On).
Any suggestion please?
1 Like
Refer to CPU and Memory Options:
-
num_cores_per_socket
- (Optional) The number of cores per socket in the virtual machine. The number of vCPUs on the virtual machine will be num_cpus
divided by num_cores_per_socket
. If specified, the value supplied to num_cpus
must be evenly divisible by this value. Default: 1
.
-
num_cpus
- (Optional) The total number of virtual processor cores to assign to the virtual machine. Default: 1
.