Skip to content

Commit

Permalink
Omit redundant default attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrady committed Aug 24, 2020
1 parent ec9f3f8 commit d844f8b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func resourceArmApplicationGateway() *schema.Resource {
"ip_addresses": {
Type: schema.TypeList,
Optional: true,
MinItems: 0,
Elem: &schema.Schema{
Type: schema.TypeString,
ValidateFunc: validate.IPv4Address,
Expand Down

0 comments on commit d844f8b

Please sign in to comment.