Moved AWS modules over to common module fragments

Created common module doc fragment, and applied to all
modules that use ec2_connect or connect_to_aws as
they definitely share the common doc fragments
This commit is contained in:
willthames 2014-04-09 16:43:55 +10:00 committed by Will Thames
parent 5ce6c86595
commit 509561f658
13 changed files with 88 additions and 340 deletions

View file

@ -7,7 +7,6 @@ description:
- Can create or delete scaling policies for autoscaling groups
- Referenced autoscaling groups must already exist
version_added: "1.6"
requirements: [ "boto" ]
author: Zacharie Eakin
options:
state:
@ -40,6 +39,7 @@ options:
description:
- The minimum period of time between which autoscaling actions can take place
required: false
extends_documentation_fragment: aws
"""
EXAMPLES = '''