-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Amazon Elastic Transcoder #6965
Conversation
Type: schema.TypeString, | ||
Optional: true, | ||
Computed: true, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is an output only field? Nix Optional: true
to make it read-only.
a0e57da
to
24e2622
Compare
OK, I think I've pushed the nested schemas too far here, and I can't get this to work reliably. I'll go and flatten out the namespace for now to make this work. |
name = "aws_elastictranscoder_preset_tf_test_" | ||
audio = { | ||
audio_packing_mode = "SingleTrack" | ||
bit_rate = 128 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mixed whitespace in a few places in these fixtures
LGTM with the flattening! |
- Add resources for elastic transcoder pipelines and presets
Ok, working acc tests
Added docs too |
name = "aws_elastictranscoder_pipeline_tf_test_" | ||
role = "${aws_iam_role.test_role.arn}" | ||
|
||
content_config = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These =
are valid but not conventional. Just do content_config {
etc.
We are close! A few docs nits for ya and this is ready to go 🚀 🎸 |
Updated docs, and remove extra |
* `thumbnails` - (Optional, ForceNew) Thumbnail parameters object (documented below) | ||
* `video` - (Optional, ForceNew) Video parameters object (documented below) | ||
* `video_watermarks` - (Optional, ForceNew) Watermark parameters for the video parameters (documented below) | ||
* `video_codec_options` (Optional, ForceNew) Codec options for the video parameters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the docs our convention here is , Forces new resource
One laaaaaast nit and we're good to go |
s/ForceNew/Forces new resource/ |
Yay! LGTM pending travis 🎉 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
No description provided.