jeremmfr / terraform-provider-junos

Terraform provider for Junos devices
https://registry.terraform.io/providers/jeremmfr/junos
MIT License
61 stars 21 forks source link

Feature request: add junos_interfaces_logical_present #641

Closed lotusnoir closed 5 months ago

lotusnoir commented 5 months ago

Hello,

Im currently trying to get a dynamic list of all security zones associated with each of the vsrx i have. I saw that in the data ressources there is the junos_interfaces_physical_present that return all interfaces: Is it possible to create the same one for the logical ones ?

Thanks in advance

jeremmfr commented 5 months ago

Hi 👋

Thank you for raising this issue. Considering logical interfaces are under each parent physical interface when reading interfaces, instead of adding a new data-source, adding the data to the existing interfaces_physical_present data-source is more desirable.

I will take care of adding this.