From 289e5c6dea41747d84a613465cd7d0ab9b676697 Mon Sep 17 00:00:00 2001 From: David Biddle Date: Tue, 7 Apr 2026 17:20:47 +0100 Subject: [PATCH] Update TTL for statuspage domain to 24 hours We've had this domain up for a while, so we can safely increase the TTL up to 24 hours. --- infra/deployments/forms/tfvars/production.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/deployments/forms/tfvars/production.tfvars b/infra/deployments/forms/tfvars/production.tfvars index 2c02398a7..e04da02ff 100644 --- a/infra/deployments/forms/tfvars/production.tfvars +++ b/infra/deployments/forms/tfvars/production.tfvars @@ -115,7 +115,7 @@ additional_dns_records = [ { name = "status" type = "CNAME" - ttl = 300 # TODO: Change to 86400 once confirmed the domain is working + ttl = 86400 records = ["pk3kdktj7wwp.stspg-customer.com"] } ]