We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9a511 commit 6db9c16Copy full SHA for 6db9c16
1 file changed
builder/azure/arm/testdata/windows_sig.pkr.hcl
@@ -34,8 +34,8 @@ source "azure-arm" "windows-sig" {
34
image_offer = "WindowsServer"
35
image_sku = "2022-datacenter"
36
37
- location = "West US 2"
38
- vm_size = "Standard_D2s_v3"
+ location = "East US"
+ vm_size = "Standard_B2s"
39
}
40
41
build {
0 commit comments