Skip to content

Commit edc2268

Browse files
authored
Update Windows image SKU and location settings
1 parent c28c55c commit edc2268

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

builder/azure/arm/testdata/windows_sig.pkr.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ source "azure-arm" "windows-sig" {
3232
os_type = "Windows"
3333
image_publisher = "MicrosoftWindowsServer"
3434
image_offer = "WindowsServer"
35-
image_sku = "2022-datacenter-smalldisk-g2"
35+
image_sku = "2025-datacenter-smalldisk-g2"
3636

37-
location = "UK West"
38-
vm_size = "Standard_D2s_v3"
37+
location = "South Central US"
38+
vm_size = "Standard_D2s_v5"
3939
}
4040

4141
build {

0 commit comments

Comments
 (0)