Add state attribute to description

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

@ -40,6 +40,11 @@ options:
name: name:
description: description:
- Domain name to create - Domain name to create
state:
description:
- Indicate desired state of the resource
choices: ['present', 'absent']
default: present
ttl: ttl:
description: description:
- Time to live of domain in seconds - Time to live of domain in seconds

Loading…
Cancel
Save