providers/aws: Update ElasticTranscoderPreset to have default for MaxFrameRate (#13422)

This commit is contained in:
Clint 2017-04-07 09:10:29 -05:00 committed by GitHub
parent 805612c38c
commit 0334fb0341
1 changed files with 1 additions and 0 deletions

View File

@ -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{