Convert Exchange to a Terraform module
This commit is contained in:
		
							
								
								
									
										10
									
								
								Azure/Terraform/exchange.tf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Azure/Terraform/exchange.tf
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| ## 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 | ||||
| } | ||||
| */ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Chris Long
					Chris Long