Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Jan 30, 2020
1 parent ab2fd1d commit 039d104
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ func resourceArmVirtualNetworkGatewayConnection() *schema.Resource {
},

"routing_weight": {
Type: schema.TypeInt,
Optional: true,
Computed: true,
Type: schema.TypeInt,
Optional: true,
Computed: true,
ValidateFunc: validation.IntBetween(0, 32000),
},

Expand Down

0 comments on commit 039d104

Please sign in to comment.