-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/medialive_channel: allow empty audio descriptions #36097
r/medialive_channel: allow empty audio descriptions #36097
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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.
LGTM 🎉
% make testacc TESTS=TestAccMediaLiveChannel_ PKG=medialive
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/medialive/... -v -count 1 -parallel 20 -run='TestAccMediaLiveChannel_' -timeout 360m
--- PASS: TestAccMediaLiveChannel_noAudio (88.42s)
--- PASS: TestAccMediaLiveChannel_hls (89.34s)
--- PASS: TestAccMediaLiveChannel_UDP_outputSettings (95.60s)
--- PASS: TestAccMediaLiveChannel_MsSmooth_outputSettings (95.98s)
--- PASS: TestAccMediaLiveChannel_AudioDescriptions_codecSettings (103.87s)
--- PASS: TestAccMediaLiveChannel_VideoDescriptions_CodecSettings_h265Settings (165.65s)
--- PASS: TestAccMediaLiveChannel_basic (171.66s)
--- PASS: TestAccMediaLiveChannel_disappears (172.31s)
--- PASS: TestAccMediaLiveChannel_update (173.00s)
--- PASS: TestAccMediaLiveChannel_VideoDescriptions_CodecSettings_h264Settings (245.31s)
--- PASS: TestAccMediaLiveChannel_captionDescriptions (245.88s)
--- PASS: TestAccMediaLiveChannel_updateTags (251.40s)
--- PASS: TestAccMediaLiveChannel_M2TS_settings (253.88s)
--- PASS: TestAccMediaLiveChannel_status (312.64s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/medialive 316.913s
Thanks for your contribution, @chrisandrews7 ! 👍 |
This functionality has been released in v5.40.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Audio descriptions are not actually required.
Useful for when you are creating a video only channel with no audio.
Relations
Relates #27824
References
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-encodersettings.html#aws-properties-medialive-channel-encodersettings-properties
Output from Acceptance Testing