Skip to content

Commit

Permalink
Merge pull request #3012 from uritau/bugfix/3011-App_GW_Default_uploa…
Browse files Browse the repository at this point in the history
…d_file_size_limit

Adding a default value to upload_file_size_limit
  • Loading branch information
tombuildsstuff authored Mar 8, 2019
2 parents 9e93c1c + 3515856 commit 3542a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azurerm/resource_arm_application_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@ func resourceArmApplicationGateway() *schema.Resource {
Type: schema.TypeInt,
Optional: true,
ValidateFunc: validation.IntBetween(1, 500),
Default: 100,
},
},
},
Expand Down

0 comments on commit 3542a8e

Please sign in to comment.