mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Minor fix, vpc_id is not required for the ec2_group
This commit is contained in:
@@ -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).
|
||||||
|
|||||||
Reference in New Issue
Block a user