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

4 lines
93 B
HCL

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