Add state attribute to description
This commit is contained in:
parent
40d9318afb
commit
ecee2f4537
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ options:
|
|||
name:
|
||||
description:
|
||||
- Domain name to create
|
||||
state:
|
||||
description:
|
||||
- Indicate desired state of the resource
|
||||
choices: ['present', 'absent']
|
||||
default: present
|
||||
ttl:
|
||||
description:
|
||||
- Time to live of domain in seconds
|
||||
|
|
Loading…
Reference in a new issue