mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Update ec2_vpc_peer.py (#19069)
Document `peering_id` module parameter.
This commit is contained in:
parent
66ced41485
commit
395b59ea6c
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ options:
|
|||
description:
|
||||
- VPC id of the requesting VPC.
|
||||
required: false
|
||||
peering_id:
|
||||
description:
|
||||
- Peering connection id.
|
||||
required: false
|
||||
peer_vpc_id:
|
||||
description:
|
||||
- VPC id of the accepting VPC.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue