Skip to content

Commit 6db9c16

Browse files
authored
Change location and VM size in Windows SIG config
1 parent cd9a511 commit 6db9c16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ source "azure-arm" "windows-sig" {
3434
image_offer = "WindowsServer"
3535
image_sku = "2022-datacenter"
3636

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

4141
build {

0 commit comments

Comments
 (0)