Lower DNS TTL
This commit is contained in:
parent
7a99602965
commit
ea0265a156
1 changed files with 1 additions and 1 deletions
2
dns.tf
2
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}"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue