We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28c55c commit edc2268Copy full SHA for edc2268
1 file changed
builder/azure/arm/testdata/windows_sig.pkr.hcl
@@ -32,10 +32,10 @@ source "azure-arm" "windows-sig" {
32
os_type = "Windows"
33
image_publisher = "MicrosoftWindowsServer"
34
image_offer = "WindowsServer"
35
- image_sku = "2022-datacenter-smalldisk-g2"
+ image_sku = "2025-datacenter-smalldisk-g2"
36
37
- location = "UK West"
38
- vm_size = "Standard_D2s_v3"
+ location = "South Central US"
+ vm_size = "Standard_D2s_v5"
39
}
40
41
build {
0 commit comments