Doc fix ec2_vpc_route_table.py
This commit is contained in:
parent
9ba686f8e6
commit
de672f1ab2
1 changed files with 3 additions and 3 deletions
|
@ -77,8 +77,8 @@ EXAMPLES = '''
|
||||||
tags:
|
tags:
|
||||||
Name: Public
|
Name: Public
|
||||||
subnets:
|
subnets:
|
||||||
- "{{ jumpbox_subnet.subnet_id }}"
|
- "{{ jumpbox_subnet.subnet.id }}"
|
||||||
- "{{ frontend_subnet.subnet_id }}"
|
- "{{ frontend_subnet.subnet.id }}"
|
||||||
- "{{ vpn_subnet.subnet_id }}"
|
- "{{ vpn_subnet.subnet_id }}"
|
||||||
routes:
|
routes:
|
||||||
- dest: 0.0.0.0/0
|
- dest: 0.0.0.0/0
|
||||||
|
@ -92,7 +92,7 @@ EXAMPLES = '''
|
||||||
tags:
|
tags:
|
||||||
Name: Internal
|
Name: Internal
|
||||||
subnets:
|
subnets:
|
||||||
- "{{ application_subnet.subnet_id }}"
|
- "{{ application_subnet.subnet.id }}"
|
||||||
- 'Database Subnet'
|
- 'Database Subnet'
|
||||||
- '10.0.0.0/8'
|
- '10.0.0.0/8'
|
||||||
routes:
|
routes:
|
||||||
|
|
Loading…
Reference in a new issue