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 `network.switch_vlan` #115

Closed joneshf closed 1 year ago

joneshf commented 1 year ago

Continuing with the legacy support for swconfig, we want to be able to support VLANs. These use the network.switch_vlan config. So, we add support for this.

Again, this is pretty straight-forward config. So it's a relatively low lift.