Merge pull request #5984 from endofcake/master
Add link to Route table page, remove self-reference
This commit is contained in:
commit
d95635b1fe
|
@ -11,7 +11,7 @@ description: |-
|
||||||
Provides a resource to create a routing table entry (a route) in a VPC routing table.
|
Provides a resource to create a routing table entry (a route) in a VPC routing table.
|
||||||
|
|
||||||
~> **NOTE on Route Tables and Routes:** Terraform currently
|
~> **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
|
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
|
in conjunction with any Route resources. Doing so will cause
|
||||||
a conflict of rule settings and will overwrite rules.
|
a conflict of rule settings and will overwrite rules.
|
||||||
|
|
Loading…
Reference in New Issue