Skip to content

Commit

Permalink
Update ec2_vpc_peer.py (ansible#19069)
Browse files Browse the repository at this point in the history
Document `peering_id` module parameter.
  • Loading branch information
zyv authored and ryansb committed Dec 9, 2016
1 parent 66ced41 commit 395b59e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/ansible/modules/cloud/amazon/ec2_vpc_peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
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.
Expand Down

0 comments on commit 395b59e

Please sign in to comment.