freebox_lan_interfaces (Data Source)

List the LAN interfaces available on the Freebox.

Example

data "freebox_lan_interfaces" "example" {}

output "interfaces" {
  value = data.freebox_lan_interfaces.example.interfaces
}

Schema

Read-Only

Nested Schema for interfaces

Read-Only:

  • host_count (Number) Number of hosts seen on this interface
  • name (String) Interface name (e.g. pub, priv)