From fbdd9bf65943555448d6a44a9f1dd19ea1249472 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 14 Dec 2025 20:35:04 +0100 Subject: [PATCH] Change IP address to the new one after rebooting the instance --- pah_fm.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pah_fm.tf b/pah_fm.tf index 0590fe9..a70bfd9 100644 --- a/pah_fm.tf +++ b/pah_fm.tf @@ -4,7 +4,7 @@ resource "aws_route53_record" "pah_fm" { type = "A" ttl = "300" records = [ - "52.232.62.212", + "104.45.45.190", ] } @@ -14,6 +14,6 @@ resource "aws_route53_record" "wildcard_pah_fm" { type = "A" ttl = "300" records = [ - "52.232.62.212", + "104.45.45.190", ] }