Skip to content

Commit

Permalink
removing output blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
86LAK committed May 26, 2024
1 parent 4a743f4 commit 3329d2d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -562,19 +562,6 @@ resource "aws_route53_record" "unibasement" {
}
}



resource "local_file" "url" {
content = "http://${aws_lb.unibasement.dns_name}:3000/"
filename = "./unibasement.txt"
}

output "url" {
value = "http://${aws_lb.unibasement.dns_name}:3000/"
}



////////////////////////////// Miscellaneous ///////////////////////////////////


Expand Down

0 comments on commit 3329d2d

Please sign in to comment.