From 9abc7bf5cc57f36fc62de40edcce752d70aea049 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 19 Aug 2013 11:35:43 -0500 Subject: [PATCH] Minor fix, vpc_id is not required for the ec2_group --- cloud/ec2_group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/ec2_group b/cloud/ec2_group index 34a551b4193..4349374e99d 100644 --- a/cloud/ec2_group +++ b/cloud/ec2_group @@ -20,7 +20,7 @@ options: vpc_id: description: - ID of the VPC to create the group in. - required: true + required: false rules: description: - List of firewall rules to enforce in this group (see example).