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_switchcontroller_lldpsettings" {
source="./modules/fortios/r/fortios_switchcontroller_lldpsettings"# device_detection - (optional) is a type of stringdevice_detection=null# fast_start_interval - (optional) is a type of numberfast_start_interval=null# management_interface - (optional) is a type of stringmanagement_interface=null# status - (optional) is a type of stringstatus=null# tx_hold - (optional) is a type of numbertx_hold=null# tx_interval - (optional) is a type of numbertx_interval=null
}
resource"fortios_switchcontroller_lldpsettings""this" {
# device_detection - (optional) is a type of stringdevice_detection=var.device_detection# fast_start_interval - (optional) is a type of numberfast_start_interval=var.fast_start_interval# management_interface - (optional) is a type of stringmanagement_interface=var.management_interface# status - (optional) is a type of stringstatus=var.status# tx_hold - (optional) is a type of numbertx_hold=var.tx_hold# tx_interval - (optional) is a type of numbertx_interval=var.tx_interval
}