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