Commit 77b98df6 by James Cammarata

Minor fix, vpc_id is not required for the ec2_group

parent 58e85855
...@@ -20,7 +20,7 @@ options: ...@@ -20,7 +20,7 @@ options:
vpc_id: vpc_id:
description: description:
- ID of the VPC to create the group in. - ID of the VPC to create the group in.
required: true required: false
rules: rules:
description: description:
- List of firewall rules to enforce in this group (see example). - List of firewall rules to enforce in this group (see example).
......
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