docs: add route53_health_check to sidebar

/cc @rubbish
This commit is contained in:
Paul Hinze 2015-06-15 11:08:37 -05:00
parent c26d2bc387
commit e514e16215
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
layout: "aws"
page_title: "AWS: aws_route53_health_check"
sidebar_current: "docs-aws-resource-health-check"
sidebar_current: "docs-aws-resource-route53-health-check"
description: |-
Provides a Route53 health check.
---

View File

@ -161,6 +161,10 @@
<a href="/docs/providers/aws/r/proxy_protocol_policy.html">aws_proxy_protocol_policy</a>
</li>
<li<%= sidebar_current("docs-aws-resource-route53-health-check") %>>
<a href="/docs/providers/aws/r/route53_health_check.html">aws_route53_health_check</a>
</li>
<li<%= sidebar_current("docs-aws-resource-route53-record") %>>
<a href="/docs/providers/aws/r/route53_record.html">aws_route53_record</a>
</li>