Add ttl to the DNS records
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
resource "digitalocean_record" "A" {
|
||||
domain = data.digitalocean_domain.this.name
|
||||
name = var.host_name
|
||||
ttl = "300"
|
||||
type = "A"
|
||||
value = digitalocean_droplet.this.ipv4_address
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user