Skip to content

Commit

Permalink
Atlantis test with credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee authored Mar 27, 2024
1 parent c94d3d9 commit a746a00
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 @@ -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"
]
Expand Down

0 comments on commit a746a00

Please sign in to comment.