Skip to content

Commit

Permalink
azurerm_application_gateway Fix crash with gateway_ip_configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfrahry authored Jul 17, 2020
1 parent ccbef0c commit 4931d30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2391,7 +2391,7 @@ func expandApplicationGatewayIPConfigurations(d *schema.ResourceData) (*[]networ

// The application gateway needs to be stopped if a gateway ip configuration is added or removed
if len(oldVS) != len(newVS) {
stopApplicationGateway = true
return &results, true
}

for i, configRaw := range newVS {
Expand Down

0 comments on commit 4931d30

Please sign in to comment.