Skip to content

Commit

Permalink
resource_arm_application_gateway - Fix crash in `backend_addr… (#6549)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfrahry authored Apr 20, 2020
1 parent b7451fb commit f8b806b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ func resourceArmApplicationGateway() *schema.Resource {
Optional: true,
MinItems: 1,
Elem: &schema.Schema{
Type: schema.TypeString,
Type: schema.TypeString,
ValidateFunc: validation.NoZeroValues,
},
},

Expand Down

0 comments on commit f8b806b

Please sign in to comment.