mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Fix typo in aws_networking docs (duplicate acl -> interface)
This commit is contained in:
parent
1ebe117085
commit
f50d97d6ee
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@
|
|||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-aws-resource-network-interface") %>>
|
||||
<a href="/docs/providers/aws/r/network_interface.html">aws_network_acl</a>
|
||||
<a href="/docs/providers/aws/r/network_interface.html">aws_network_interface</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-aws-resource-proxy-protocol-policy") %>>
|
||||
|
|
|
|||
Loading…
Reference in a new issue