From 908398b32b1ff0f519ac19f1aa9b4514bbd55c44 Mon Sep 17 00:00:00 2001 From: Jonathan Moss Date: Tue, 28 Apr 2026 09:08:41 -0400 Subject: [PATCH] Add canada-east and southeast-asia to gecko-t location_map Adds the two new regions selected for gecko-t/win11-64-25h2 in mozilla-releng/fxci-config#946. Each entry triggers the workerPool_v1 module to provision an rg/vnet/subnet/nsg/storage account in the region. uk-south is already in the map, so no change there. --- terraform/azure_fxci/gecko-t/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform/azure_fxci/gecko-t/main.tf b/terraform/azure_fxci/gecko-t/main.tf index 8a1de25e..f442da9e 100644 --- a/terraform/azure_fxci/gecko-t/main.tf +++ b/terraform/azure_fxci/gecko-t/main.tf @@ -1,6 +1,7 @@ locals { location_map = { "Canada Central" = "canada-central" + "Canada East" = "canada-east" "Central India" = "central-india" "Central US" = "central-us" "East US" = "east-us" @@ -8,6 +9,7 @@ locals { "North Central US" = "north-central-us" "North Europe" = "north-europe" "South India" = "south-india" + "Southeast Asia" = "southeast-asia" "UK South" = "uk-south" "West US" = "west-us" "West US 2" = "west-us-2"