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", ] }