Skip to content

Commit 3f3a6a2

Browse files
authored
Update DNS to new server
PAH requested to change the DNS records to new server (migration from one workspace to another)
1 parent 9107233 commit 3f3a6a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pah_fm.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource "aws_route53_record" "pah_fm" {
44
type = "A"
55
ttl = "300"
66
records = [
7-
"104.45.45.190",
7+
"51.137.88.72",
88
]
99
}
1010

@@ -14,6 +14,6 @@ resource "aws_route53_record" "wildcard_pah_fm" {
1414
type = "A"
1515
ttl = "300"
1616
records = [
17-
"104.45.45.190",
17+
"51.137.88.72",
1818
]
1919
}

0 commit comments

Comments
 (0)