Commit b8816bf6 by James Cammarata

Merge pull request #7153 from budlight/patch-1

Added instance_type to  ec2_lc variable list
parents e241e2d3 30b634ea
......@@ -33,6 +33,12 @@ options:
description:
- Unique name for configuration
required: true
instance_type:
description:
- instance type to use for the instance
required: true
default: null
aliases: []
image_id:
description:
- The AMI unique identifier to be used for the group
......@@ -71,6 +77,7 @@ EXAMPLES = '''
image_id: ami-XXX
key_name: default
security_groups: 'group,group2'
instance_type: t1.micro
'''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment