Merge pull request #7566 from TimeIncOSS/docs-aws-et-fixes

LGTM - thanks @radeksimko!
This commit is contained in:
James Nugent 2016-07-09 11:15:46 +01:00 committed by GitHub
commit bb4b34468c
3 changed files with 6 additions and 10 deletions

View File

@ -1,7 +1,7 @@
---
layout: "aws"
page_title: "AWS: aws_elastictranscoder_pipeline"
sidebar_current: "docs-aws-resource-elastic-transcoder"
sidebar_current: "docs-aws-resource-elastic-transcoder-pipeline"
description: |-
Provides an Elastic Transcoder pipeline resource.
---
@ -12,8 +12,6 @@ Provides an Elastic Transcoder pipeline resource.
## Example Usage
### Elastic Transcoder Pipeline
```
resource "aws_elastictranscoder_pipeline" "bar" {
input_bucket = "${aws_s3_bucket.input_bucket.bucket}"

View File

@ -1,7 +1,7 @@
---
layout: "aws"
page_title: "AWS: aws_elastictranscoder_preset"
sidebar_current: "docs-aws-resource-elastic-transcoder"
sidebar_current: "docs-aws-resource-elastic-transcoder-preset"
description: |-
Provides an Elastic Transcoder preset resource.
---
@ -12,8 +12,6 @@ Provides an Elastic Transcoder preset resource.
## Example Usage
### Elastic Transcoder Preset
```
resource "aws_elastictranscoder_preset" "bar" {
container = "mp4"

View File

@ -376,11 +376,11 @@
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-aws-resource-elastic-transcoder-pipeline") %>>
<a href="/docs/providers/aws/r/elastic_transcoder_pipeline.html">aws_elasticsearch_domain</a>
<a href="/docs/providers/aws/r/elastic_transcoder_pipeline.html">aws_elastictranscoder_pipeline</a>
</li>
<li<%= sidebar_current("docs-aws-resource-elastic-transcoder-preset") %>>
<a href="/docs/providers/aws/r/elastic_transcoder_preset.html">aws_elasticsearch_domain</a>
<a href="/docs/providers/aws/r/elastic_transcoder_preset.html">aws_elastictranscoder_preset</a>
</li>
</ul>