From 77b98df63b7f2e1db1d18cbf69ceee98e0d9f6f3 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 --- library/cloud/ec2_group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/ec2_group b/library/cloud/ec2_group index 34a551b419..4349374e99 100644 --- a/library/cloud/ec2_group +++ b/library/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).