Skip to content

Commit

Permalink
fixup: increase Windows VMs disk size
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed May 5, 2022
1 parent 17c527f commit e2ef15d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions jenkins-agent.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -241,18 +241,18 @@ build {
}

source "azure-arm.base" {
name = "windows-2022"
communicator = "winrm"
image_offer = "WindowsServer"
image_publisher = "MicrosoftWindowsServer"
image_sku = "2022-Datacenter"
vm_size = local.azure_vm_size
os_type = "Windows"
windows_disk_size_gb = local.windows_disk_size_gb
winrm_insecure = true
winrm_timeout = "20m"
winrm_use_ssl = true
winrm_username = local.windows_winrm_user[var.image_type]
name = "windows-2022"
communicator = "winrm"
image_offer = "WindowsServer"
image_publisher = "MicrosoftWindowsServer"
image_sku = "2022-Datacenter"
vm_size = local.azure_vm_size
os_type = "Windows"
os_disk_size_gb = local.windows_disk_size_gb
winrm_insecure = true
winrm_timeout = "20m"
winrm_use_ssl = true
winrm_username = local.windows_winrm_user[var.image_type]
}

## Why repeating? https://github.com/rgl/packer-plugin-windows-update/issues/90#issuecomment-842569865
Expand Down

0 comments on commit e2ef15d

Please sign in to comment.