aboutsummaryrefslogtreecommitdiff
path: root/publishing/publishing.tf
diff options
context:
space:
mode:
authorKelley Spoon <kelley.spoon@linaro.org>2022-11-18 03:08:29 -0600
committerKelley Spoon <kelley.spoon@linaro.org>2022-11-18 03:08:29 -0600
commit6c7a9b315b45f0595f4972ed4748f7aeea84079f (patch)
tree5deac06e7f6b03e062c6bd8562de0aa699667882 /publishing/publishing.tf
parente2d84ffd2d6314cf1098975c8022db1fefb608a2 (diff)
snapshots: update CNAME
A while back snapshots was split off onto its own AWS instance. Unfortunately, it wasn't deployed via terraform, so the IP address is the only thing we're tracking here. The server was recently stopped to add more disk space, so the IP changed. We should add the new IP here so deploying a change via terraform doesn't break snapshots. Signed-off-by: Kelley Spoon <kelley.spoon@linaro.org> Change-Id: I4f2eb5f9f4afce714564bda1a654a929ab196de5
Diffstat (limited to 'publishing/publishing.tf')
-rw-r--r--publishing/publishing.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/publishing/publishing.tf b/publishing/publishing.tf
index e4f5d3e..8d487a3 100644
--- a/publishing/publishing.tf
+++ b/publishing/publishing.tf
@@ -86,7 +86,7 @@ resource "aws_route53_record" "snapshots-dns" {
name = "snapshots"
type = "CNAME"
ttl = "60"
- records = ["ec2-34-241-163-244.eu-west-1.compute.amazonaws.com"]
+ records = ["ec2-34-252-32-115.eu-west-1.compute.amazonaws.com"]
}
resource "aws_route53_record" "testdata-dns" {