Обновить terraform/vmware/main.tf

This commit is contained in:
2026-05-06 11:33:09 +03:00
parent 686ac0485b
commit 2e445daa59
+5 -3
View File
@@ -23,9 +23,11 @@ resource "vsphere_virtual_machine" "vm" {
resource_pool_id = data.vsphere_compute_cluster.cluster.resource_pool_id
datastore_id = data.vsphere_datastore.datastore.id
num_cpus = var.vm_cpu
memory = var.vm_ram
guest_id = data.vsphere_virtual_machine.template.guest_id
num_cpus = var.vm_cpu
memory = var.vm_ram
guest_id = data.vsphere_virtual_machine.template.guest_id
firmware = data.vsphere_virtual_machine.template.firmware
scsi_type = data.vsphere_virtual_machine.template.scsi_type
cpu_hot_add_enabled = true
memory_hot_add_enabled = true