Merge pull request #11340 from svanzoest/patch-1
provider/aws: Remove MaxFrameRate default on Elastictranscoder Preset
This commit is contained in:
commit
c5126b5add
|
@ -212,7 +212,6 @@ func resourceAwsElasticTranscoderPreset() *schema.Resource {
|
|||
},
|
||||
"max_frame_rate": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Default: "30",
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue