-
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
feat: add missing h265 codec settings for medialive channels #40071
feat: add missing h265 codec settings for medialive channels #40071
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Updates to these pages are handled via a scheduled automated process.
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 PKG=medialive TESTS=TestAccMediaLiveChannel_
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.2 test ./internal/service/medialive/... -v -count 1 -parallel 20 -run='TestAccMediaLiveChannel_' -timeout 360m
2024/11/11 10:13:05 Initializing Terraform AWS Provider...
--- PASS: TestAccMediaLiveChannel_noAudio (90.99s)
=== CONT TestAccMediaLiveChannel_tags_DefaultTags_updateToProviderOnly
--- PASS: TestAccMediaLiveChannel_AudioDescriptions_codecSettings (91.42s)
=== CONT TestAccMediaLiveChannel_VideoDescriptions_CodecSettings_h264Settings
--- PASS: TestAccMediaLiveChannel_basic (94.96s)
=== CONT TestAccMediaLiveChannel_update
--- PASS: TestAccMediaLiveChannel_VideoDescriptions_CodecSettings_h265Settings (102.04s)
=== CONT TestAccMediaLiveChannel_disappears
--- PASS: TestAccMediaLiveChannel_hls (104.39s)
=== CONT TestAccMediaLiveChannel_tags_ComputedTag_OnUpdate_Replace
--- PASS: TestAccMediaLiveChannel_VideoDescriptions_CodecSettings_h264Settings (75.07s)
=== CONT TestAccMediaLiveChannel_tags_DefaultTags_providerOnly
--- PASS: TestAccMediaLiveChannel_tags_DefaultTags_updateToResourceOnly (176.11s)
=== CONT TestAccMediaLiveChannel_tags_DefaultTags_nonOverlapping
--- PASS: TestAccMediaLiveChannel_update (87.96s)
=== CONT TestAccMediaLiveChannel_tags_AddOnUpdate
--- PASS: TestAccMediaLiveChannel_tags_DefaultTags_updateToProviderOnly (95.82s)
=== CONT TestAccMediaLiveChannel_tags_EmptyTag_OnCreate
--- PASS: TestAccMediaLiveChannel_tags (219.66s)
=== CONT TestAccMediaLiveChannel_M2TS_settings
--- PASS: TestAccMediaLiveChannel_tags_AddOnUpdate (84.27s)
=== CONT TestAccMediaLiveChannel_tags_EmptyMap
--- PASS: TestAccMediaLiveChannel_tags_DefaultTags_nonOverlapping (108.97s)
=== CONT TestAccMediaLiveChannel_tags_null
--- PASS: TestAccMediaLiveChannel_tags_EmptyTag_OnCreate (98.94s)
=== CONT TestAccMediaLiveChannel_status
--- PASS: TestAccMediaLiveChannel_tags_DefaultTags_providerOnly (132.55s)
=== CONT TestAccMediaLiveChannel_tags_EmptyTag_OnUpdate_Replace
--- PASS: TestAccMediaLiveChannel_tags_IgnoreTags_Overlap_ResourceTag (317.35s)
--- PASS: TestAccMediaLiveChannel_M2TS_settings (120.02s)
--- PASS: TestAccMediaLiveChannel_tags_null (77.24s)
--- PASS: TestAccMediaLiveChannel_captionDescriptions (387.19s)
--- PASS: TestAccMediaLiveChannel_tags_EmptyTag_OnUpdate_Replace (89.70s)
--- PASS: TestAccMediaLiveChannel_tags_EmptyMap (160.43s)
--- PASS: TestAccMediaLiveChannel_tags_DefaultTags_emptyResourceTag (442.71s)
--- PASS: TestAccMediaLiveChannel_MsSmooth_outputSettings (461.16s)
--- PASS: TestAccMediaLiveChannel_status (178.98s)
--- PASS: TestAccMediaLiveChannel_tags_IgnoreTags_Overlap_DefaultTag (494.22s)
--- PASS: TestAccMediaLiveChannel_tags_ComputedTag_OnUpdate_Replace (404.81s)
--- PASS: TestAccMediaLiveChannel_tags_ComputedTag_OnCreate (515.87s)
--- PASS: TestAccMediaLiveChannel_disappears (458.42s)
--- PASS: TestAccMediaLiveChannel_UDP_outputSettings (663.83s)
--- PASS: TestAccMediaLiveChannel_tags_DefaultTags_nullNonOverlappingResourceTag (672.12s)
--- PASS: TestAccMediaLiveChannel_tags_EmptyTag_OnUpdate_Add (714.93s)
--- PASS: TestAccMediaLiveChannel_tags_DefaultTags_nullOverlappingResourceTag (728.75s)
--- PASS: TestAccMediaLiveChannel_tags_DefaultTags_emptyProviderOnlyTag (772.43s)
--- PASS: TestAccMediaLiveChannel_tags_ComputedTag_OnUpdate_Add (829.59s)
--- PASS: TestAccMediaLiveChannel_tags_DefaultTags_overlapping (851.38s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/medialive 857.888s
Thanks for your contribution, @lvthillo! 👍 |
This functionality has been released in v5.76.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! |
Description
Add missing h265 codec settings for Medialive channels
Relations
Closes #39485
References
Output from Acceptance Testing