Update comment for ttl parameter to indicate 2-119 seconds is invalid (#2546)
parent
5c35d55b3c
commit
d8311b95e8
|
@ -87,7 +87,7 @@ options:
|
||||||
default: 30
|
default: 30
|
||||||
ttl:
|
ttl:
|
||||||
description:
|
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
|
required: false
|
||||||
default: 1 (automatic)
|
default: 1 (automatic)
|
||||||
type:
|
type:
|
||||||
|
|
Loading…
Reference in New Issue