Skip to content

Commit

Permalink
url change
Browse files Browse the repository at this point in the history
  • Loading branch information
nimeshgarg committed Apr 6, 2024
1 parent f8de39f commit bbe05b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}
Expand Down

0 comments on commit bbe05b5

Please sign in to comment.