mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 23:23:59 -06:00
Merge pull request #8069 from f440/fix-documents
provider/aws: Fixes for Opsworks documentation
This commit is contained in:
commit
d63008e880
@ -4,7 +4,7 @@ page_title: "AWS: aws_opsworks_permission"
|
|||||||
sidebar_current: "docs-aws-resource-opsworks-permission"
|
sidebar_current: "docs-aws-resource-opsworks-permission"
|
||||||
description: |-
|
description: |-
|
||||||
Provides an OpsWorks permission resource.
|
Provides an OpsWorks permission resource.
|
||||||
-------------------------------------------
|
---
|
||||||
|
|
||||||
# aws\_opsworks\_permission
|
# aws\_opsworks\_permission
|
||||||
|
|
||||||
@ -36,4 +36,4 @@ The following arguments are supported:
|
|||||||
|
|
||||||
The following attributes are exported:
|
The following attributes are exported:
|
||||||
|
|
||||||
* `id` - The computed id of the permission. Please note that this is only used internally to identify the permission. This value is not used in aws.
|
* `id` - The computed id of the permission. Please note that this is only used internally to identify the permission. This value is not used in aws.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
layout: "aws"
|
layout: "aws"
|
||||||
page_title: "AWS: aws_opsworks_user_profile_"
|
page_title: "AWS: aws_opsworks_user_profile"
|
||||||
sidebar_current: "docs-aws-resource-opsworks-user-profile"
|
sidebar_current: "docs-aws-resource-opsworks-user-profile"
|
||||||
description: |-
|
description: |-
|
||||||
Provides an OpsWorks User Profile resource.
|
Provides an OpsWorks User Profile resource.
|
||||||
---------------------------------------------
|
---
|
||||||
|
|
||||||
# aws\_opsworks\_user\_profile
|
# aws\_opsworks\_user\_profile
|
||||||
|
|
||||||
|
@ -567,6 +567,10 @@
|
|||||||
<a href="#">OpsWorks Resources</a>
|
<a href="#">OpsWorks Resources</a>
|
||||||
<ul class="nav nav-visible">
|
<ul class="nav nav-visible">
|
||||||
|
|
||||||
|
<li<%= sidebar_current("docs-aws-resource-opsworks-application") %>>
|
||||||
|
<a href="/docs/providers/aws/r/opsworks_application.html">aws_opsworks_application</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-aws-resource-opsworks-custom-layer") %>>
|
<li<%= sidebar_current("docs-aws-resource-opsworks-custom-layer") %>>
|
||||||
<a href="/docs/providers/aws/r/opsworks_custom_layer.html">aws_opsworks_custom_layer</a>
|
<a href="/docs/providers/aws/r/opsworks_custom_layer.html">aws_opsworks_custom_layer</a>
|
||||||
</li>
|
</li>
|
||||||
@ -599,6 +603,10 @@
|
|||||||
<a href="/docs/providers/aws/r/opsworks_nodejs_app_layer.html">aws_opsworks_nodejs_app_layer</a>
|
<a href="/docs/providers/aws/r/opsworks_nodejs_app_layer.html">aws_opsworks_nodejs_app_layer</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li<%= sidebar_current("docs-aws-resource-opsworks-permission") %>>
|
||||||
|
<a href="/docs/providers/aws/r/opsworks_permission.html">aws_opsworks_permission</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-aws-resource-opsworks-php-app-layer") %>>
|
<li<%= sidebar_current("docs-aws-resource-opsworks-php-app-layer") %>>
|
||||||
<a href="/docs/providers/aws/r/opsworks_php_app_layer.html">aws_opsworks_php_app_layer</a>
|
<a href="/docs/providers/aws/r/opsworks_php_app_layer.html">aws_opsworks_php_app_layer</a>
|
||||||
</li>
|
</li>
|
||||||
@ -615,8 +623,8 @@
|
|||||||
<a href="/docs/providers/aws/r/opsworks_static_web_layer.html">aws_opsworks_static_web_layer</a>
|
<a href="/docs/providers/aws/r/opsworks_static_web_layer.html">aws_opsworks_static_web_layer</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-aws-resource-opsworks-application") %>>
|
<li<%= sidebar_current("docs-aws-resource-opsworks-user-profile") %>>
|
||||||
<a href="/docs/providers/aws/r/opsworks_application.html">aws_opsworks_application</a>
|
<a href="/docs/providers/aws/r/opsworks_user_profile.html">aws_opsworks_user_profile</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user