From 9cb1aada0a1d7fcfc446d9725048eec00b75d300 Mon Sep 17 00:00:00 2001 From: BSick7 Date: Mon, 26 Oct 2015 13:26:47 -0400 Subject: [PATCH] Fixing page metadata for aws_route. --- website/source/docs/providers/aws/r/route.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/aws/r/route.html.markdown b/website/source/docs/providers/aws/r/route.html.markdown index 0d359dd305..3606555e6f 100644 --- a/website/source/docs/providers/aws/r/route.html.markdown +++ b/website/source/docs/providers/aws/r/route.html.markdown @@ -1,7 +1,7 @@ --- layout: "aws" -page_title: "AWS: aws_route_table" -sidebar_current: "docs-aws-resource-route-table|" +page_title: "AWS: aws_route" +sidebar_current: "docs-aws-resource-route|" description: |- Provides a resource to create a routing entry in a VPC routing table. ---