Files
DetectionLab/Azure/Terraform/exchange.tf
2021-05-08 15:13:05 -07:00

11 lines
274 B
HCL

## Remove the block comment to enable the creation of the Exchange server
/*
module "exchange" {
source = "./modules/exchange"
resource_group_name = azurerm_resource_group.detectionlab.name
region = var.region
subnet_id = azurerm_subnet.detectionlab-subnet.id
}
*/