Files
2021-05-14 20:13:57 -07:00

7 lines
129 B
HCL

output "exchange_public_ip" {
value = aws_instance.exchange.public_ip
}
output "exchange_url" {
value = local.exchange_url
}