joneshf / terraform-provider-openwrt

A Terraform provider for OpenWrt using LuCI's JSON-RPC API
https://registry.terraform.io/providers/joneshf/openwrt
Mozilla Public License 2.0
33 stars 8 forks source link

Add support for `dhcp.dhcp` #129

Closed joneshf closed 1 year ago

joneshf commented 1 year ago

We want to be able to define the DHCP pools for each interface. This is also a big piece, because it means that normal peole can connect to the interfaces (you don't need to understand networking).

As with most of the other resources, we add the minimum to get rolling. We'll expand on it later.