mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-24 15:36:26 -06:00
Docs: Fix name according to reality (route-table-assoc->route-table-association)
This commit is contained in:
parent
09d7b90e47
commit
14279e04d0
@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: "aws"
|
||||
page_title: "AWS: aws_route_table_association"
|
||||
sidebar_current: "docs-aws-resource-route-table-assoc"
|
||||
sidebar_current: "docs-aws-resource-route-table-association"
|
||||
description: |-
|
||||
Provides a resource to create an association between a subnet and routing table.
|
||||
---
|
@ -153,8 +153,8 @@
|
||||
<a href="/docs/providers/aws/r/route_table.html">aws_route_table</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-aws-resource-route-table-assoc") %>>
|
||||
<a href="/docs/providers/aws/r/route_table_assoc.html">aws_route_table_association</a>
|
||||
<li<%= sidebar_current("docs-aws-resource-route-table-association") %>>
|
||||
<a href="/docs/providers/aws/r/route_table_association.html">aws_route_table_association</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-aws-resource-s3-bucket") %>>
|
||||
|
Loading…
Reference in New Issue
Block a user