Documentation fixup
This commit is contained in:
parent
0a2a10e395
commit
25b72ac7e0
1 changed files with 3 additions and 3 deletions
|
@ -46,17 +46,17 @@ EXAMPLES = '''
|
||||||
# Gather facts about a particular VPC route table using route table ID
|
# Gather facts about a particular VPC route table using route table ID
|
||||||
- ec2_vpc_route_table_facts:
|
- ec2_vpc_route_table_facts:
|
||||||
filters:
|
filters:
|
||||||
- route-table-id: rtb-00112233
|
route-table-id: rtb-00112233
|
||||||
|
|
||||||
# Gather facts about any VPC route table with a tag key Name and value Example
|
# Gather facts about any VPC route table with a tag key Name and value Example
|
||||||
- ec2_vpc_route_table_facts:
|
- ec2_vpc_route_table_facts:
|
||||||
filters:
|
filters:
|
||||||
- "tag:Name": Example
|
"tag:Name": Example
|
||||||
|
|
||||||
# Gather facts about any VPC route table within VPC with ID vpc-abcdef00
|
# Gather facts about any VPC route table within VPC with ID vpc-abcdef00
|
||||||
- ec2_vpc_route_table_facts:
|
- ec2_vpc_route_table_facts:
|
||||||
filters:
|
filters:
|
||||||
- vpc-id: vpc-abcdef00
|
vpc-id: vpc-abcdef00
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue