docs/aws: Fixing the documentation (#8231)
This commit is contained in:
parent
ee9c720181
commit
9fefcf62a4
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: "aws"
|
||||
page_title: "AWS: aws_redshift_account_id"
|
||||
sidebar_current: "docs-aws-datasource-redshift-account-id"
|
||||
page_title: "AWS: aws_redshift_service_account"
|
||||
sidebar_current: "docs-aws-datasource-redshift-service-account"
|
||||
description: |-
|
||||
Get AWS Redshift Service Account ID for storing audit data in S3.
|
||||
---
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
<li<%= sidebar_current("docs-aws-datasource-ip_ranges") %>>
|
||||
<a href="/docs/providers/aws/d/ip_ranges.html">aws_ip_ranges</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-aws-datasource-redshift-account-id") %>>
|
||||
<a href="/docs/providers/aws/d/redshift_service_account.html">aws_redshift_servcice_account</a>
|
||||
<li<%= sidebar_current("docs-aws-datasource-redshift-service-account") %>>
|
||||
<a href="/docs/providers/aws/d/redshift_service_account.html">aws_redshift_service_account</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("docs-aws-datasource-s3-bucket-object") %>>
|
||||
<a href="/docs/providers/aws/d/s3_bucket_object.html">aws_s3_bucket_object</a>
|
||||
|
|
Loading…
Reference in New Issue