mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-06 22:23:43 -06:00
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{
|
"max_frame_rate": &schema.Schema{
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Default: "30",
|
|
||||||
Optional: true,
|
Optional: true,
|
||||||
ForceNew: true,
|
ForceNew: true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user