From a746a000ef5ade8f9ac107587cd2aeab281c31a3 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Wed, 27 Mar 2024 00:53:31 -0400 Subject: [PATCH] Atlantis test with credentials --- dns.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns.tf b/dns.tf index 51fa27f..c662f84 100644 --- a/dns.tf +++ b/dns.tf @@ -36,7 +36,7 @@ resource "aws_route53_record" "cloud-aaaa" { zone_id = module.production_env.zone_id name = "cloud.seagl.org" type = "AAAA" - ttl = "300" + ttl = "600" records = [ "2605:bc80:3010:104::8cd3:935" ]