Files
DetectionLab/Addons/Exchange/Azure/Terraform/outputs.tf
2021-05-05 21:40:48 -07:00

8 lines
134 B
HCL

output "exchange_public_ip" {
value = azurerm_public_ip.exchange-publicip
}
output "exchange_url" {
value = local.exchange_url
}