diff --git a/output.tf b/output.tf index 228f97e..665a82a 100644 --- a/output.tf +++ b/output.tf @@ -1,6 +1,6 @@ output "instance_app-server_public_dns" { - value = aws_instance.app-server.*.public_dns + value = "http://${aws_instance.app-server.*.public_dns}" } output "load_balancer_dns_name" { - value = aws_lb.front.dns_name + value = "http://${aws_lb.front.dns_name}" } \ No newline at end of file