From b3675f4a419ce9f4c6953524992319c8e90929de Mon Sep 17 00:00:00 2001 From: Alexander Savchuk Date: Fri, 1 Apr 2016 16:30:54 +1300 Subject: [PATCH] Add link to Route table page, remove self-reference This note must have been copied from the Route table page. It makes more sense to remove the self reference and add a link to the Route table page. --- website/source/docs/providers/aws/r/route.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/route.html.markdown b/website/source/docs/providers/aws/r/route.html.markdown index fcd8f00ef..d4b45c61f 100644 --- a/website/source/docs/providers/aws/r/route.html.markdown +++ b/website/source/docs/providers/aws/r/route.html.markdown @@ -11,7 +11,7 @@ description: |- Provides a resource to create a routing table entry (a route) in a VPC routing table. ~> **NOTE on Route Tables and Routes:** Terraform currently -provides both a standalone [Route resource](route.html) and a Route Table resource with routes +provides both a standalone Route resource and a [Route Table](route_table.html) resource with routes defined in-line. At this time you cannot use a Route Table with in-line routes in conjunction with any Route resources. Doing so will cause a conflict of rule settings and will overwrite rules.