Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
nimeshgarg committed Apr 6, 2024
1 parent bbe05b5 commit 48208bc
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}:8080/" # replace this with a URL from your terraform
content = "http://${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 48208bc

Please sign in to comment.