diff --git a/terraform/azure_fxci/worker-images.tf b/terraform/azure_fxci/worker-images.tf index 247a8c36..ff2caa2f 100644 --- a/terraform/azure_fxci/worker-images.tf +++ b/terraform/azure_fxci/worker-images.tf @@ -143,6 +143,22 @@ locals { architecture = "x64" os_type = "Windows" hyper_v_generation = "V2" + }, + "win2025_64_24h2_alpha" = { + publisher = "MicrosoftWindowsServer" + offer = "WindowsServer" + sku = "2025-datacenter-azure-edition-core" + architecture = "x64" + os_type = "Windows" + hyper_v_generation = "V2" + }, + "win2025_64_24h2" = { + publisher = "MicrosoftWindowsServer" + offer = "WindowsServer" + sku = "2025-datacenter-azure-edition-core" + architecture = "x64" + os_type = "Windows" + hyper_v_generation = "V2" } }