[cloud] fix ec2_vpc_route_table module documentation - Fixes #19344 (#22367)

* improve ec2_vpc_route_table documentation

* make pep8
pull/22658/head
Sloane Hertel 8 years ago committed by Ryan Brown
parent 3aef028d42
commit 5e67f86586

@ -31,7 +31,8 @@ options:
description:
- "Look up route table by either tags or by route table ID. Non-unique tag lookup will fail.
If no tags are specifed then no lookup for an existing route table is performed and a new
route table will be created. To change tags of a route table, you must look up by id."
route table will be created. To change tags of a route table or delete a route table,
you must look up by id."
required: false
default: tag
choices: [ 'tag', 'id' ]

Loading…
Cancel
Save