Skip to content

Commit 794ff2f

Browse files
authored
Update Windows image SKU, location, and VM size
1 parent 6db9c16 commit 794ff2f

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"
35+
image_sku = "2022-datacenter-smalldisk-g2"
3636

37-
location = "East US"
38-
vm_size = "Standard_B2s"
37+
location = "UK West"
38+
vm_size = "Standard_D2s_v3"
3939
}
4040

4141
build {

0 commit comments

Comments
 (0)