[windows-2022, ubuntu-22.04] Change to Generation 2 VM (#13521)

This commit is contained in:
Shamil Mubarakshin
2026-01-12 13:53:29 +01:00
committed by GitHub
parent 1be20d99fa
commit 0d9f87fc06
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@ locals {
os_disk_size_gb = 256
},
"win22" = {
source_image_marketplace_sku = "MicrosoftWindowsServer:WindowsServer:2022-Datacenter"
source_image_marketplace_sku = "MicrosoftWindowsServer:WindowsServer:2022-Datacenter-g2"
os_disk_size_gb = 256
},
"win25" = {