Merge pull request #11340 from svanzoest/patch-1

provider/aws: Remove MaxFrameRate default on Elastictranscoder Preset
This commit is contained in:
Jake Champlin 2017-01-23 09:21:20 -05:00 committed by GitHub
commit c5126b5add
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ func resourceAwsElasticTranscoderPreset() *schema.Resource {
},
"max_frame_rate": &schema.Schema{
Type: schema.TypeString,
Default: "30",
Optional: true,
ForceNew: true,
},