Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
peterbaumert opened this issue Mar 12, 2024 · 1 comment
Open

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

peterbaumert opened this issue Mar 12, 2024 · 1 comment

Comments

@peterbaumert
Copy link

Hi,

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

KR
Peter

@peterbaumert
Copy link
Author

peterbaumert commented Mar 12, 2024

I think it should be added here:

if filter, ok := d.GetOk("filter"); ok {

var tags []string

--------

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant