Skip to content

Commit

Permalink
Adjust ttl of do DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Sep 25, 2024
1 parent 5cd2360 commit 3e64b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/modules/ooni_th_droplet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resource "aws_route53_record" "ooni_th" {
zone_id = var.dns_zone_ooni_io
name = "${each.key}.do.th.${var.stage}.ooni.io"
type = "A"
ttl = 300
ttl = 60
for_each = {
for d in digitalocean_droplet.ooni_th_docker : reverse(split("-", d.name))[0] => d.ipv4_address
}
Expand Down

0 comments on commit 3e64b3a

Please sign in to comment.