e-breuninger / terraform-provider-netbox

Terraform provider to interact with Netbox
https://registry.terraform.io/providers/e-breuninger/netbox/latest/docs
Mozilla Public License 2.0
178 stars 130 forks source link

[Feature Request] Add tag to vlan filter option #569

Open peterbaumert opened 6 months ago

peterbaumert commented 6 months ago

Hi,

I would like to suggest adding the filter option to vlans datasource to filter by tag.

KR Peter

peterbaumert commented 6 months ago

I think it should be added here: https://github.com/e-breuninger/terraform-provider-netbox/blob/db5e09a87b9d7733c908835b593227c13a1862a9/netbox/data_source_netbox_vlans.go#L94

var tags []string

--------

case "tag":
    tags = append(tags, vString)
    params.Tag = tags