Update comment for ttl parameter to indicate 2-119 seconds is invalid (#2546)
This commit is contained in:
parent
5c35d55b3c
commit
d8311b95e8
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ options:
|
|||
default: 30
|
||||
ttl:
|
||||
description:
|
||||
- The TTL to give the new record. Min 1 (automatic), max 2147483647
|
||||
- The TTL to give the new record. Must be between 120 and 2,147,483,647 seconds, or 1 for automatic.
|
||||
required: false
|
||||
default: 1 (automatic)
|
||||
type:
|
||||
|
|
Loading…
Reference in a new issue