Update TTL docs to confirm DNSimple support

It was added in #477
This commit is contained in:
Simone Carletti 2020-04-27 18:33:36 +02:00
parent 490ff5dd4e
commit 77d7dea556

View File

@ -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.