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"