aws/elastic_transcoder remove default MaxFrameRate

Fixes #9847
This commit is contained in:
Sander van Zoest 2017-01-22 12:39:23 -08:00 committed by GitHub
parent d818fa4dbc
commit ec9aff034f
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,
},