Add state attribute to description

pull/5208/head
Matt Martz 11 years ago
parent c5f54a94f8
commit 7b3aa5c205

@ -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…
Cancel
Save