Skip to content

Commit

Permalink
Update sn07's DNS record
Browse files Browse the repository at this point in the history
Now points to the new public IP
  • Loading branch information
sanjaysrikakulam committed Dec 8, 2023
1 parent 79de215 commit 50d8d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ resource "aws_route53_record" "sn07-galaxyproject" {
name = "sn07.galaxyproject.eu"
type = "A"
ttl = "7200"
records = ["10.5.68.237"]
records = ["132.230.223.238"]
}

resource "aws_route53_record" "sn05-galaxyproject" {
Expand Down

0 comments on commit 50d8d9b

Please sign in to comment.