From 45bdda24db8ad86aa864150c5d2f9016ccd69cb8 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Mon, 8 Jul 2013 09:24:18 -0700 Subject: [PATCH] added region to spec --- library/cloud/ec2_ami | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/cloud/ec2_ami b/library/cloud/ec2_ami index b9573d4d9a..801e9bfdfe 100644 --- a/library/cloud/ec2_ami +++ b/library/cloud/ec2_ami @@ -244,7 +244,8 @@ def main(): wait_timeout = dict(default=300), description = dict(default=""), no_reboot = dict(default=True, type="bool"), - state = dict(default='present') + state = dict(default='present'), + region = dict() ) )