From bbe05b5c9d0234e5839140bab2789523c7d27ad3 Mon Sep 17 00:00:00 2001 From: NIMESH GARG <51132740+nimeshgarg@users.noreply.github.com> Date: Sat, 6 Apr 2024 23:51:06 +1000 Subject: [PATCH] url change --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 6fcaf30..fac6460 100644 --- a/main.tf +++ b/main.tf @@ -37,7 +37,7 @@ provider "aws" { } resource "local_file" "url" { - content = aws_lb.spamoverflow.dns_name # replace this with a URL from your terraform + content = "${aws_lb.spamoverflow.dns_name}:8080/" # replace this with a URL from your terraform filename = "./api.txt" depends_on = [aws_lb.spamoverflow] }