» panos_dhcp_interface_info

Use this data source to retrieve DHCP client information about the given firewall interface.

» Example Usage

data "panos_dhcp_interface_info" "example" {
    interface = "ethernet1/1"
}

output "eth1_ip" {
    value = "${data.panos_dhcp_interface_info.example.ip}"
}

» Attribute Reference

The following attributes are present:

  • interface - (Required) The data interface to get DHCP information for.

These attributes are exported once the data source refreshes: