1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

fix ec2_vpc_peer example with incorrect parameter (#43905)

+label: docsite_pr
This commit is contained in:
Wes Mosher 2018-08-22 11:57:42 -07:00 committed by ansibot
parent 12812d21c5
commit b6fef17848

View file

@ -126,7 +126,7 @@ EXAMPLES = '''
region: us-east-1
vpc_id: vpc-12345678
peer_vpc_id: vpc-87654321
peer_vpc_region: us-west-2
peer_region: us-west-2
state: present
tags:
Name: Peering connection for us-east-1 VPC to us-west-2 VPC