1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Minor fix, vpc_id is not required for the ec2_group

This commit is contained in:
James Cammarata 2013-08-19 11:35:43 -05:00
parent 58e85855e4
commit 77b98df63b

View file

@ -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).