You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"fortios_system_pppoeinterface" {
source="./modules/fortios/r/fortios_system_pppoeinterface"# ac_name - (optional) is a type of stringac_name=null# auth_type - (optional) is a type of stringauth_type=null# device - (required) is a type of stringdevice=null# dial_on_demand - (optional) is a type of stringdial_on_demand=null# disc_retry_timeout - (optional) is a type of numberdisc_retry_timeout=null# idle_timeout - (optional) is a type of numberidle_timeout=null# ipunnumbered - (optional) is a type of stringipunnumbered=null# ipv6 - (optional) is a type of stringipv6=null# lcp_echo_interval - (optional) is a type of numberlcp_echo_interval=null# lcp_max_echo_fails - (optional) is a type of numberlcp_max_echo_fails=null# name - (optional) is a type of stringname=null# padt_retry_timeout - (optional) is a type of numberpadt_retry_timeout=null# password - (optional) is a type of stringpassword=null# pppoe_unnumbered_negotiate - (optional) is a type of stringpppoe_unnumbered_negotiate=null# service_name - (optional) is a type of stringservice_name=null# username - (optional) is a type of stringusername=null
}
resource"fortios_system_pppoeinterface""this" {
# ac_name - (optional) is a type of stringac_name=var.ac_name# auth_type - (optional) is a type of stringauth_type=var.auth_type# device - (required) is a type of stringdevice=var.device# dial_on_demand - (optional) is a type of stringdial_on_demand=var.dial_on_demand# disc_retry_timeout - (optional) is a type of numberdisc_retry_timeout=var.disc_retry_timeout# idle_timeout - (optional) is a type of numberidle_timeout=var.idle_timeout# ipunnumbered - (optional) is a type of stringipunnumbered=var.ipunnumbered# ipv6 - (optional) is a type of stringipv6=var.ipv6# lcp_echo_interval - (optional) is a type of numberlcp_echo_interval=var.lcp_echo_interval# lcp_max_echo_fails - (optional) is a type of numberlcp_max_echo_fails=var.lcp_max_echo_fails# name - (optional) is a type of stringname=var.name# padt_retry_timeout - (optional) is a type of numberpadt_retry_timeout=var.padt_retry_timeout# password - (optional) is a type of stringpassword=var.password# pppoe_unnumbered_negotiate - (optional) is a type of stringpppoe_unnumbered_negotiate=var.pppoe_unnumbered_negotiate# service_name - (optional) is a type of stringservice_name=var.service_name# username - (optional) is a type of stringusername=var.username
}