From 77d7dea5563a0e9fde2223fac4d3798fd55f8ed8 Mon Sep 17 00:00:00 2001 From: Simone Carletti Date: Mon, 27 Apr 2020 18:33:36 +0200 Subject: [PATCH] Update TTL docs to confirm DNSimple support It was added in #477 --- docs/ttl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ttl.md b/docs/ttl.md index 8e5df4e0f..00af8767c 100644 --- a/docs/ttl.md +++ b/docs/ttl.md @@ -39,6 +39,7 @@ Providers - [ ] Azure - [ ] Cloudflare - [x] DigitalOcean +- [x] DNSimple - [x] Google - [ ] InMemory - [x] Linode @@ -60,6 +61,9 @@ This value is a constant in the provider code. The DigitalOcean Provider overrides the value to 300s when the TTL is 0. This value is a constant in the provider code. +### DNSimple Provider +The DNSimple Provider default TTL is used when the TTL is 0. The default TTL is 3600s. + ### Google Provider Previously with the Google Provider, TTL's were hard-coded to 300s. For safety, the Google Provider overrides the value to 300s when the TTL is 0.