hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.86k stars 9.2k forks source link

[Enhancement]: Add missing h265 codec settings for Medialive channels #39515

Open eduardopuente opened 2 months ago

eduardopuente commented 2 months ago

Description

Some settings are missing under h265 codec settings:

tile height tile width tile padding mv temporal predictor mv over picture boundaries treeblock size

Affected Resource(s) and/or Data Source(s)

aws_medialive_channel

Potential Terraform Configuration

codec_settings {
        h265_settings {
                tile_height
                tile_width
                tile_padding
                mv_temporal_predictor
                mv_over_picture_boundaries
                treeblock_size

References

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html

Would you like to implement a fix?

None

github-actions[bot] commented 2 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue