diff --git a/plugins/modules/ec2_vpc_peer.py b/plugins/modules/ec2_vpc_peer.py index 2034f234340..4abf9e990e9 100644 --- a/plugins/modules/ec2_vpc_peer.py +++ b/plugins/modules/ec2_vpc_peer.py @@ -109,7 +109,7 @@ region: ap-southeast-2 vpc_id: vpc-12345678 peer_vpc_id: vpc-12345678 - peer_owner_id: 123456789102 + peer_owner_id: 123456789012 state: present tags: Name: Peering connection for VPC 21 to VPC 22 @@ -171,7 +171,7 @@ region: ap-southeast-2 vpc_id: vpc-12345678 peer_vpc_id: vpc-12345678 - peer_owner_id: 123456789102 + peer_owner_id: 123456789012 state: present tags: Name: Peering connection for VPC 21 to VPC 22 @@ -196,7 +196,7 @@ region: ap-southeast-2 vpc_id: vpc-12345678 peer_vpc_id: vpc-12345678 - peer_owner_id: 123456789102 + peer_owner_id: 123456789012 state: present tags: Name: Peering connection for VPC 21 to VPC 22 @@ -247,7 +247,7 @@ description: The AWS account that owns the VPC. returned: success type: str - example: 012345678901 + example: 123456789012 peering_options: description: Additional peering configuration. returned: when connection is in the accepted state. @@ -299,7 +299,7 @@ description: The AWS account that owns the VPC. returned: success type: str - example: 012345678901 + example: 123456789012 peering_options: description: Additional peering configuration. returned: when connection is not in the deleted state. @@ -341,7 +341,7 @@ description: Additional information about the status of the connection. returned: success type: str - example: Pending Acceptance by 012345678901 + example: Pending Acceptance by 123456789012 tags: description: Tags applied to the connection. returned: success diff --git a/plugins/modules/ec2_vpc_peering_info.py b/plugins/modules/ec2_vpc_peering_info.py index e7d8264c8d5..cdb8f8ca8b0 100644 --- a/plugins/modules/ec2_vpc_peering_info.py +++ b/plugins/modules/ec2_vpc_peering_info.py @@ -88,7 +88,7 @@ description: The AWS account that owns the VPC. returned: success type: str - example: 012345678901 + example: 123456789012 peering_options: description: Additional peering configuration. returned: when connection is in the accepted state. @@ -140,7 +140,7 @@ description: The AWS account that owns the VPC. returned: success type: str - example: 012345678901 + example: 123456789012 peering_options: description: Additional peering configuration. returned: when connection is not in the deleted state. @@ -182,7 +182,7 @@ description: Additional information about the status of the connection. returned: success type: str - example: Pending Acceptance by 012345678901 + example: Pending Acceptance by 123456789012 tags: description: Tags applied to the connection. returned: success