From 395b59ea6c97a9513c8a4ba1822109cc9d71292d Mon Sep 17 00:00:00 2001 From: "Yury V. Zaytsev" Date: Fri, 9 Dec 2016 17:24:48 +0100 Subject: [PATCH] Update ec2_vpc_peer.py (#19069) Document `peering_id` module parameter. --- lib/ansible/modules/cloud/amazon/ec2_vpc_peer.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ansible/modules/cloud/amazon/ec2_vpc_peer.py b/lib/ansible/modules/cloud/amazon/ec2_vpc_peer.py index 6615ba38a27..e55da2605f0 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_vpc_peer.py +++ b/lib/ansible/modules/cloud/amazon/ec2_vpc_peer.py @@ -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.