mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
Doc fix ec2_vpc_route_table.py
This commit is contained in:
committed by
Matt Clay
parent
74a0665530
commit
cb338ccb46
@@ -76,8 +76,8 @@ EXAMPLES = '''
|
||||
tags:
|
||||
Name: Public
|
||||
subnets:
|
||||
- "{{ jumpbox_subnet.subnet_id }}"
|
||||
- "{{ frontend_subnet.subnet_id }}"
|
||||
- "{{ jumpbox_subnet.subnet.id }}"
|
||||
- "{{ frontend_subnet.subnet.id }}"
|
||||
- "{{ vpn_subnet.subnet_id }}"
|
||||
routes:
|
||||
- dest: 0.0.0.0/0
|
||||
@@ -91,7 +91,7 @@ EXAMPLES = '''
|
||||
tags:
|
||||
Name: Internal
|
||||
subnets:
|
||||
- "{{ application_subnet.subnet_id }}"
|
||||
- "{{ application_subnet.subnet.id }}"
|
||||
- 'Database Subnet'
|
||||
- '10.0.0.0/8'
|
||||
routes:
|
||||
|
||||
Reference in New Issue
Block a user