We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db9c16 commit 794ff2fCopy full SHA for 794ff2f
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"
+ image_sku = "2022-datacenter-smalldisk-g2"
36
37
- location = "East US"
38
- vm_size = "Standard_B2s"
+ location = "UK West"
+ vm_size = "Standard_D2s_v3"
39
}
40
41
build {
0 commit comments