Skip to content

Commit b0cbd14

Browse files
authored
Update Windows Server SKU and enable security features
1 parent edc2268 commit b0cbd14

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ source "azure-arm" "windows-sig" {
3232
os_type = "Windows"
3333
image_publisher = "MicrosoftWindowsServer"
3434
image_offer = "WindowsServer"
35-
image_sku = "2025-datacenter-smalldisk-g2"
35+
image_sku = "2022-datacenter-smalldisk-g2"
3636

3737
location = "South Central US"
3838
vm_size = "Standard_D2s_v5"
39+
40+
secure_boot_enabled = true
41+
vtpm_enabled = true
42+
security_type = "TrustedLaunch"
3943
}
4044

4145
build {

0 commit comments

Comments
 (0)