Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions terraform/azure_trusted_fxci/worker-images.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ locals {
gallery_tags = local.legacy_gallery_tags
image_tags = {}
disk_controller_type_nvme_enabled = false
},
"trusted_win2025_64_24h2" = {
publisher = "MicrosoftWindowsServer"
offer = "WindowsServer"
sku = "2025-datacenter-azure-edition-core"
architecture = "x64"
os_type = "Windows"
hyper_v_generation = "V2"
gallery_description = "Shared Image Gallery for 2025-datacenter-azure-edition-core"
gallery_tags = local.worker_image_tags
image_tags = local.worker_image_tags
disk_controller_type_nvme_enabled = true
}
}
}
Expand Down
Loading