Skip to content

Commit

Permalink
Merge pull request #1588 from terraform-providers/lb-optional-subnetid
Browse files Browse the repository at this point in the history
Load Balancer: making the `subnet_id` a nilable field
  • Loading branch information
katbyte authored Jul 17, 2018
2 parents b790d5d + 9e76c4e commit cf83b57
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 cf83b57

Please sign in to comment.