mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Update ec2_vpc_peer.py (#19069)
Document `peering_id` module parameter.
This commit is contained in:
committed by
Ryan Brown
parent
66ced41485
commit
395b59ea6c
@@ -29,6 +29,10 @@ options:
|
|||||||
description:
|
description:
|
||||||
- VPC id of the requesting VPC.
|
- VPC id of the requesting VPC.
|
||||||
required: false
|
required: false
|
||||||
|
peering_id:
|
||||||
|
description:
|
||||||
|
- Peering connection id.
|
||||||
|
required: false
|
||||||
peer_vpc_id:
|
peer_vpc_id:
|
||||||
description:
|
description:
|
||||||
- VPC id of the accepting VPC.
|
- VPC id of the accepting VPC.
|
||||||
|
|||||||
Reference in New Issue
Block a user