Merge pull request #5984 from endofcake/master

Add link to Route table page, remove self-reference
This commit is contained in:
Paul Stack 2016-04-01 17:15:47 -05:00
commit d95635b1fe
1 changed files with 1 additions and 1 deletions

View File

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