Files
DetectionLab/AWS/Terraform/modules/exchange/locals.tf
2021-05-14 20:13:57 -07:00

4 lines
78 B
HCL

locals {
exchange_url = "https://${aws_instance.exchange.public_ip}"
}