From 50d8d9bd1e3fcf26aa0f4f356fada87d60c1d462 Mon Sep 17 00:00:00 2001 From: Sanjay Kumar Srikakulam Date: Fri, 8 Dec 2023 12:32:00 +0000 Subject: [PATCH] Update sn07's DNS record Now points to the new public IP --- dns.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns.tf b/dns.tf index 6ac4920e..0d5b8d14 100644 --- a/dns.tf +++ b/dns.tf @@ -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" {