From ad806db73eba1e7347364870f6f29c3a6976aa85 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 22 Jun 2022 20:48:36 -0400 Subject: [PATCH] rm ttl --- main.tf | 1 - 1 file changed, 1 deletion(-) 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