Minor fix, vpc_id is not required for the ec2_group
parent
58e85855e4
commit
77b98df63b
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue