Skip to content

Commit

Permalink
chore(deployment): reduce dns overhead
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Apr 25, 2024
1 parent 2d92b4a commit 61f151f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ resource "scaleway_domain_record" "dns" {
name = replace(each.key, ".${var.dns_zone}", "")
type = "A"
data = scaleway_instance_server.main.public_ip
ttl = 60
ttl = 3600
}

resource "null_resource" "up" {
Expand Down

0 comments on commit 61f151f

Please sign in to comment.