From 3f3a6a2341750978587bcebd3a764dd84f909721 Mon Sep 17 00:00:00 2001 From: w1stler Date: Wed, 14 Jan 2026 17:27:14 +0100 Subject: [PATCH] Update DNS to new server PAH requested to change the DNS records to new server (migration from one workspace to another) --- pah_fm.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pah_fm.tf b/pah_fm.tf index a70bfd9..d798b6a 100644 --- a/pah_fm.tf +++ b/pah_fm.tf @@ -4,7 +4,7 @@ resource "aws_route53_record" "pah_fm" { type = "A" ttl = "300" records = [ - "104.45.45.190", + "51.137.88.72", ] } @@ -14,6 +14,6 @@ resource "aws_route53_record" "wildcard_pah_fm" { type = "A" ttl = "300" records = [ - "104.45.45.190", + "51.137.88.72", ] }