mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
providers/aws: Update ElasticTranscoderPreset to have default for MaxFrameRate (#13422)
This commit is contained in:
parent
805612c38c
commit
0334fb0341
@ -213,6 +213,7 @@ func resourceAwsElasticTranscoderPreset() *schema.Resource {
|
||||
"max_frame_rate": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Default: "30",
|
||||
ForceNew: true,
|
||||
},
|
||||
"max_height": &schema.Schema{
|
||||
|
Loading…
Reference in New Issue
Block a user