-
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
[Bug]: medialive encodersettings #29159
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
This functionality has been released in v4.59.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Core Version
1.3.7
AWS Provider Version
4.5.2
Affected Resource(s)
In the schema for ms smooth the key for audioOnlyTimecodeControl is sprcified as audio_only_timecodec_control
terraform-provider-aws/internal/service/medialive/channel_encoder_settings_schema.go
Line 1090 in ef7761e
and the spelling here is audio_only_timecode_control
https://github.com/hashicorp/terraform-provider-aws/blob/main/internal/service/medialive/channel_encoder_settings_schema.go#L3109
So we get the following error
So we tried just to edit the key in generated terraform and apply to see what happened and get the following error
I think there is a spelling misstake in the schema
Expected Behavior
the fieldname should be audio_only_timecode_control
Actual Behavior
Since the key is spelled wrong we can not apply any chnages
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
we just downloaded an existing json setup from medialive
Steps to Reproduce
just try to create a medialive channel with the follwoing outputgroup
msSmoothGroupSettings with audioOnlyTimecodecControl set to "USE_CONFIGURED_CLOCK"
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: