mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-18 02:40:21 -07:00
Fix typo in ec2_vpc_peer.py documentation
This commit is contained in:
parent
d51064a05e
commit
d4d9a48205
1 changed files with 7 additions and 7 deletions
14
lib/ansible/modules/cloud/amazon/ec2_vpc_peer.py
Normal file → Executable file
14
lib/ansible/modules/cloud/amazon/ec2_vpc_peer.py
Normal file → Executable file
|
@ -65,7 +65,7 @@ EXAMPLES = '''
|
||||||
peer_vpc_id: vpc-87654321
|
peer_vpc_id: vpc-87654321
|
||||||
state: present
|
state: present
|
||||||
tags:
|
tags:
|
||||||
Name: Peering conenction for VPC 21 to VPC 22
|
Name: Peering connection for VPC 21 to VPC 22
|
||||||
CostCode: CC1234
|
CostCode: CC1234
|
||||||
Project: phoenix
|
Project: phoenix
|
||||||
register: vpc_peer
|
register: vpc_peer
|
||||||
|
@ -85,7 +85,7 @@ EXAMPLES = '''
|
||||||
peer_vpc_id: vpc-87654321
|
peer_vpc_id: vpc-87654321
|
||||||
state: present
|
state: present
|
||||||
tags:
|
tags:
|
||||||
Name: Peering conenction for VPC 21 to VPC 22
|
Name: Peering connection for VPC 21 to VPC 22
|
||||||
CostCode: CC1234
|
CostCode: CC1234
|
||||||
Project: phoenix
|
Project: phoenix
|
||||||
register: vpc_peer
|
register: vpc_peer
|
||||||
|
@ -106,7 +106,7 @@ EXAMPLES = '''
|
||||||
peer_owner_id: 123456789102
|
peer_owner_id: 123456789102
|
||||||
state: present
|
state: present
|
||||||
tags:
|
tags:
|
||||||
Name: Peering conenction for VPC 21 to VPC 22
|
Name: Peering connection for VPC 21 to VPC 22
|
||||||
CostCode: CC1234
|
CostCode: CC1234
|
||||||
Project: phoenix
|
Project: phoenix
|
||||||
register: vpc_peer
|
register: vpc_peer
|
||||||
|
@ -127,7 +127,7 @@ EXAMPLES = '''
|
||||||
peer_vpc_id: vpc-87654321
|
peer_vpc_id: vpc-87654321
|
||||||
state: present
|
state: present
|
||||||
tags:
|
tags:
|
||||||
Name: Peering conenction for VPC 21 to VPC 22
|
Name: Peering connection for VPC 21 to VPC 22
|
||||||
CostCode: CC1234
|
CostCode: CC1234
|
||||||
Project: phoenix
|
Project: phoenix
|
||||||
register: vpc_peer
|
register: vpc_peer
|
||||||
|
@ -147,7 +147,7 @@ EXAMPLES = '''
|
||||||
peer_owner_id: 123456789102
|
peer_owner_id: 123456789102
|
||||||
state: present
|
state: present
|
||||||
tags:
|
tags:
|
||||||
Name: Peering conenction for VPC 21 to VPC 22
|
Name: Peering connection for VPC 21 to VPC 22
|
||||||
CostCode: CC1234
|
CostCode: CC1234
|
||||||
Project: phoenix
|
Project: phoenix
|
||||||
register: vpc_peer
|
register: vpc_peer
|
||||||
|
@ -159,7 +159,7 @@ EXAMPLES = '''
|
||||||
profile: bot03_profile_for_cross_account
|
profile: bot03_profile_for_cross_account
|
||||||
state: accept
|
state: accept
|
||||||
tags:
|
tags:
|
||||||
Name: Peering conenction for VPC 21 to VPC 22
|
Name: Peering connection for VPC 21 to VPC 22
|
||||||
CostCode: CC1234
|
CostCode: CC1234
|
||||||
Project: phoenix
|
Project: phoenix
|
||||||
|
|
||||||
|
@ -172,7 +172,7 @@ EXAMPLES = '''
|
||||||
peer_owner_id: 123456789102
|
peer_owner_id: 123456789102
|
||||||
state: present
|
state: present
|
||||||
tags:
|
tags:
|
||||||
Name: Peering conenction for VPC 21 to VPC 22
|
Name: Peering connection for VPC 21 to VPC 22
|
||||||
CostCode: CC1234
|
CostCode: CC1234
|
||||||
Project: phoenix
|
Project: phoenix
|
||||||
register: vpc_peer
|
register: vpc_peer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue