diff --git a/dns.tf b/dns.tf index ed73e1a..66615ee 100644 --- a/dns.tf +++ b/dns.tf @@ -15,6 +15,6 @@ resource "digitalocean_record" "jam" { domain = "vereto.net" type = "A" name = "ejam" - ttl = 30 + ttl = 5 value = "${aws_instance.jamulus.public_ip}" } \ No newline at end of file