describe choices in alias documentation

This commit is contained in:
Scott Miller 2015-03-27 16:20:20 -04:00 committed by Matt Clay
parent 9980205edc
commit 751434de9d

View file

@ -61,6 +61,7 @@ options:
version_added: 1.9
default: False
aliases: []
choices: [ 'True', 'False' ]
alias_hosted_zone_id:
description:
- The hosted zone identifier.
@ -153,7 +154,7 @@ EXAMPLES = '''
record=elb.foo.com
type=A
value="{{ elb_dns_name }}"
alias=yes
alias=True
alias_hosted_zone_id="{{ elb_zone_id }}"