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

8 lines
134 B
HCL

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