Skip to content

Commit 9107233

Browse files
authored
Change IP address to the new one after rebooting the instance (#117)
Co-authored-by: = <=>
1 parent 3d01cbd commit 9107233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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-
"52.232.62.212",
7+
"104.45.45.190",
88
]
99
}
1010

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

0 commit comments

Comments
 (0)