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