Add ttl to the DNS records

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-08 22:19:26 -04:00
parent 07c52e22a1
commit a6d1a1e4a7
26 changed files with 28 additions and 0 deletions
@@ -3,3 +3,4 @@ resource "digitalocean_volume_attachment" "this" {
droplet_id = digitalocean_droplet.this.id
volume_id = digitalocean_volume.this[0].id
}