diff --git a/main.tf b/main.tf index 865c0f9..6e5a868 100644 --- a/main.tf +++ b/main.tf @@ -16,5 +16,4 @@ resource "cloudflare_record" "droplet" { name = "ide" value = digitalocean_droplet.web.ipv4_address type = "A" - ttl = 300 } \ No newline at end of file