Skip to content

Commit

Permalink
`azurerm_virtual_network_gateway_connection - Configure `routing_we…
Browse files Browse the repository at this point in the history
…ight` with weight `0` (#4849)
  • Loading branch information
SebRosander authored and mbfrahry committed Nov 12, 2019
1 parent 85209c9 commit a32cb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_virtual_network_gateway_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func resourceArmVirtualNetworkGatewayConnection() *schema.Resource {
Type: schema.TypeInt,
Optional: true,
Computed: true,
ValidateFunc: validation.IntBetween(1, 1000),
ValidateFunc: validation.IntBetween(0, 1000),
},

"shared_key": {
Expand Down

0 comments on commit a32cb2d

Please sign in to comment.