This commit is contained in:
Tommy Parnell
2022-06-22 20:48:36 -04:00
parent e32db09a50
commit ad806db73e

View File

@@ -16,5 +16,4 @@ resource "cloudflare_record" "droplet" {
name = "ide"
value = digitalocean_droplet.web.ipv4_address
type = "A"
ttl = 300
}