Merge pull request #1341 from s1lv3r40/doc_fix

Doc fix on route53_health_check.py and ec2_vpc_route_table.py.
This commit is contained in:
Brian Coca 2015-12-14 21:56:47 -05:00
commit 0e9c9e759a
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -104,7 +104,7 @@ EXAMPLES = '''
string_match: "Hello" string_match: "Hello"
request_interval: 10 request_interval: 10
failure_threshold: 2 failure_threshold: 2
record: my_health_check register: my_health_check
- route53: - route53:
action: create action: create