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

DSA Vlan #138

Open alirezamirsepassi opened 8 months ago

alirezamirsepassi commented 8 months ago

Hi there!

I wanted to start by thanking you for your excellent work on this repository. While trying to configure my current OpenWRT setup using Terraform, I noticed that there is no resource available for bridge-vlan configuration. Additionally, some other features such as igmp_snooping in device configuration are also missing.

I was wondering if there are any plans to add DSA (bridge-vlan) configuration capability in the future. Alternatively, is there a way to create Terraform resources using a document parsing method or something similar?