Update VMware Tools
This commit is contained in:
parent
b75694479a
commit
060ac37dc0
@ -20,19 +20,19 @@ source "vsphere-iso" "win10" {
|
|||||||
datastore = var.vsphere_datastore
|
datastore = var.vsphere_datastore
|
||||||
|
|
||||||
guest_os_type = "windows9_64Guest"
|
guest_os_type = "windows9_64Guest"
|
||||||
|
|
||||||
boot_order = "disk,cdrom"
|
boot_order = "disk,cdrom"
|
||||||
boot_command = [""]
|
boot_command = [""]
|
||||||
boot_wait = "5m"
|
boot_wait = "5m"
|
||||||
|
|
||||||
communicator = "winrm"
|
communicator = "winrm"
|
||||||
winrm_username = "administrator"
|
winrm_username = "administrator"
|
||||||
winrm_password = var.winrm_password
|
winrm_password = var.winrm_password
|
||||||
winrm_timeout = "10m"
|
winrm_timeout = "10m"
|
||||||
|
|
||||||
CPUs = 2
|
CPUs = 2
|
||||||
RAM = 8192
|
RAM = 8192
|
||||||
|
|
||||||
network_adapters {
|
network_adapters {
|
||||||
network = var.vsphere_network
|
network = var.vsphere_network
|
||||||
network_card = "vmxnet3"
|
network_card = "vmxnet3"
|
||||||
@ -54,7 +54,7 @@ source "vsphere-iso" "win10" {
|
|||||||
]
|
]
|
||||||
iso_checksum = "sha256:8D1663B71280533824CF95C7AB48ADAF5A187C38FCFF5B16A569F903688916D0"
|
iso_checksum = "sha256:8D1663B71280533824CF95C7AB48ADAF5A187C38FCFF5B16A569F903688916D0"
|
||||||
iso_paths = [
|
iso_paths = [
|
||||||
"ISO-files/VMware-tools-windows-11.2.1-17243207/VMware-tools-windows-11.2.1-17243207.iso"
|
"ISO-files/VMware-tools-windows-11.3.5-18557794/VMware-tools-windows-11.3.5-18557794.iso"
|
||||||
]
|
]
|
||||||
iso_url = "https://${var.repo_username}:${var.repo_password}@sn.itch.fyi/Repository/iso/Microsoft/Windows%2010/20H2/en_windows_10_enterprise_20H2_x64.iso"
|
iso_url = "https://${var.repo_username}:${var.repo_password}@sn.itch.fyi/Repository/iso/Microsoft/Windows%2010/20H2/en_windows_10_enterprise_20H2_x64.iso"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user