Skip to content

Commit

Permalink
Merge pull request #94 from CSSE6400/86
Browse files Browse the repository at this point in the history
fixing link
  • Loading branch information
86LAK authored May 22, 2024
2 parents becaa97 + f9aa779 commit 6409dd9
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 @@ -553,7 +553,7 @@ data "aws_route53_zone" "unibasement" {

resource "aws_route53_record" "unibasement" {
zone_id = data.aws_route53_zone.unibasement.zone_id
name = "g6"
name = "www"
type = "A"
alias {
name = aws_lb.unibasement.dns_name
Expand Down

0 comments on commit 6409dd9

Please sign in to comment.