Skip to content

Commit

Permalink
Fix bug for Network Interface (#4155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Ye authored and WodansSon committed Sep 9, 2019
1 parent 8120e5e commit 8a2f636
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azurerm/resource_arm_network_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func resourceArmNetworkInterface() *schema.Resource {
Type: schema.TypeString,
Optional: true,
Default: string(network.IPv4),
ForceNew: true,
ValidateFunc: validation.StringInSlice([]string{
string(network.IPv4),
string(network.IPv6),
Expand Down

0 comments on commit 8a2f636

Please sign in to comment.