Update documentation to include usual fields
- Adds version_added - Adds author - Removed default: null from a required field
This commit is contained in:
parent
a6e79f6347
commit
beceeb440d
1 changed files with 2 additions and 1 deletions
|
@ -5,12 +5,12 @@ module: route53_zone
|
||||||
short_description: add or delete Route53 zones
|
short_description: add or delete Route53 zones
|
||||||
description:
|
description:
|
||||||
- Creates and deletes Route53 private and public zones
|
- Creates and deletes Route53 private and public zones
|
||||||
|
version_added: "2.0"
|
||||||
options:
|
options:
|
||||||
zone:
|
zone:
|
||||||
description:
|
description:
|
||||||
- The DNS zone record (eg: foo.com.)
|
- The DNS zone record (eg: foo.com.)
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
command:
|
command:
|
||||||
description:
|
description:
|
||||||
- whether or not the zone should exist or not
|
- whether or not the zone should exist or not
|
||||||
|
@ -32,6 +32,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
default: ''
|
||||||
extends_documentation_fragment: aws
|
extends_documentation_fragment: aws
|
||||||
|
author: "Christopher Troup (@minichate)"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import time
|
import time
|
||||||
|
|
Loading…
Reference in a new issue