Adding Exchange for Azure and ESXi

This commit is contained in:
Chris Long
2021-03-13 20:12:24 -08:00
parent d8b40fc39d
commit 4bde98ff08
17 changed files with 466 additions and 20 deletions

View File

@@ -18,6 +18,10 @@ output "win10_public_ip" {
value = azurerm_public_ip.win10-publicip.ip_address
}
output "exchange_public_ip" {
value = azurerm_public_ip.exchange-publicip.ip_address
}
output "ata_url" {
value = local.ata_url
}
@@ -37,3 +41,7 @@ output "guacamole_url" {
output "velociraptor_url" {
value = local.velociraptor_url
}
output "exchange_url" {
value = local.velociraptor_url
}