Skip to content

Commit

Permalink
Merge pull request #202 from mira-miracoli/normal-ttl
Browse files Browse the repository at this point in the history
⚠️  Merge only after traefik switch is complete
  • Loading branch information
mira-miracoli authored Jul 17, 2024
2 parents b5db74a + fc0b166 commit ecbfeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "aws_route53_record" "usegalaxy-eu" {
zone_id = var.zone_usegalaxy_eu
name = "usegalaxy.eu"
type = "A"
ttl = "300"
ttl = "7200"
records = ["${var.traefik}"]
}

Expand Down

0 comments on commit ecbfeda

Please sign in to comment.