From 9770c7f47d4ae17cb0ec766847c5170fde2952dc Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 24 Apr 2014 11:47:41 -0600 Subject: [PATCH] Added instance_type to ec2_lc variable list --- library/cloud/ec2_lc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/cloud/ec2_lc b/library/cloud/ec2_lc index 91905a3889..dc7b3064e3 100644 --- a/library/cloud/ec2_lc +++ b/library/cloud/ec2_lc @@ -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