Added aws and ec2 extends_documentation_fragment to cloud/amazon/rds module. (#3951)

This commit is contained in:
mickael-ange 2016-11-07 23:55:23 +08:00 committed by Matt Clay
parent 6077028560
commit 23eba8fd97

View file

@ -222,8 +222,10 @@ requirements:
- "boto"
author:
- "Bruce Pennypacker (@bpennypacker)"
- "Will Thames (@willthames")
- "Will Thames (@willthames)"
extends_documentation_fragment:
- aws
- ec2
'''
# FIXME: the command stuff needs a 'state' like alias to make things consistent -- MPD