mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
aws/docs: Fix Elastic Transcoder docs
This commit is contained in:
parent
4f16e71686
commit
82d6d4a691
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: "aws"
|
layout: "aws"
|
||||||
page_title: "AWS: aws_elastictranscoder_pipeline"
|
page_title: "AWS: aws_elastictranscoder_pipeline"
|
||||||
sidebar_current: "docs-aws-resource-elastic-transcoder"
|
sidebar_current: "docs-aws-resource-elastic-transcoder-pipeline"
|
||||||
description: |-
|
description: |-
|
||||||
Provides an Elastic Transcoder pipeline resource.
|
Provides an Elastic Transcoder pipeline resource.
|
||||||
---
|
---
|
||||||
@ -12,8 +12,6 @@ Provides an Elastic Transcoder pipeline resource.
|
|||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
### Elastic Transcoder Pipeline
|
|
||||||
|
|
||||||
```
|
```
|
||||||
resource "aws_elastictranscoder_pipeline" "bar" {
|
resource "aws_elastictranscoder_pipeline" "bar" {
|
||||||
input_bucket = "${aws_s3_bucket.input_bucket.bucket}"
|
input_bucket = "${aws_s3_bucket.input_bucket.bucket}"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: "aws"
|
layout: "aws"
|
||||||
page_title: "AWS: aws_elastictranscoder_preset"
|
page_title: "AWS: aws_elastictranscoder_preset"
|
||||||
sidebar_current: "docs-aws-resource-elastic-transcoder"
|
sidebar_current: "docs-aws-resource-elastic-transcoder-preset"
|
||||||
description: |-
|
description: |-
|
||||||
Provides an Elastic Transcoder preset resource.
|
Provides an Elastic Transcoder preset resource.
|
||||||
---
|
---
|
||||||
@ -12,8 +12,6 @@ Provides an Elastic Transcoder preset resource.
|
|||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
||||||
### Elastic Transcoder Preset
|
|
||||||
|
|
||||||
```
|
```
|
||||||
resource "aws_elastictranscoder_preset" "bar" {
|
resource "aws_elastictranscoder_preset" "bar" {
|
||||||
container = "mp4"
|
container = "mp4"
|
||||||
|
@ -376,11 +376,11 @@
|
|||||||
<ul class="nav nav-visible">
|
<ul class="nav nav-visible">
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-aws-resource-elastic-transcoder-pipeline") %>>
|
<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>
|
||||||
|
|
||||||
<li<%= sidebar_current("docs-aws-resource-elastic-transcoder-preset") %>>
|
<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>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user