diff --git a/terraform/azure_fxci/enterprise-1/main.tf b/terraform/azure_fxci/enterprise-1/main.tf index 56b03382..25a15c39 100644 --- a/terraform/azure_fxci/enterprise-1/main.tf +++ b/terraform/azure_fxci/enterprise-1/main.tf @@ -7,6 +7,7 @@ locals { "East US 2" = "east-us-2" "North Central US" = "north-central-us" "North Europe" = "north-europe" + "South Central US" = "south-central-us" "South India" = "south-india" "UK South" = "uk-south" "West US" = "west-us" @@ -46,4 +47,4 @@ module "enterprise-1_nogw" { tags = local.tags nsg_security_rules = [] depends_on = [azurerm_resource_group.nongw] -} \ No newline at end of file +}