Skip to content

Commit

Permalink
fix: Fix /ip/dhcp-server/network required field
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Mar 4, 2023
1 parent ab8a1e4 commit e9c69be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routeros/resource_ip_dhcp_server_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func ResourceDhcpServerNetwork() *schema.Resource {

"address": {
Type: schema.TypeString,
Optional: true,
Required: true,
Description: "The network DHCP server(s) will lease addresses from.",
},
"boot_file_name": {
Expand Down

0 comments on commit e9c69be

Please sign in to comment.