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

4 lines
93 B
HCL

locals {
exchange_url = "https://${azurerm_public_ip.exchange-publicip.ip_address}"
}