Skip to content

Commit

Permalink
Load Balancer: making the subnet_id a nilable field
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jul 17, 2018
1 parent a0b3434 commit 9e76c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func resourceArmLoadBalancer() *schema.Resource {
Type: schema.TypeString,
Optional: true,
Computed: true,
ValidateFunc: azure.ValidateResourceID,
ValidateFunc: azure.ValidateResourceIDOrEmpty,
},

"private_ip_address": {
Expand Down

0 comments on commit 9e76c4e

Please sign in to comment.