Commit 7b3aa5c2 by Matt Martz

Add state attribute to description

parent c5f54a94
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment