browningluke / terraform-provider-opnsense

OPNsense Terraform Provider
https://registry.terraform.io/providers/browningluke/opnsense/latest
MIT License
52 stars 12 forks source link

Add interface_all data-source #42

Closed browningluke closed 9 months ago

browningluke commented 9 months ago

Currently, interfaces can only be looked up by knowing the device. This PR creates an interface_all data-source which returns all interfaces present in OPNsense to support custom client-side filtering.