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_stpsettings" {
source="./modules/fortios/r/fortios_switchcontroller_stpsettings"# forward_time - (optional) is a type of numberforward_time=null# hello_time - (optional) is a type of numberhello_time=null# max_age - (optional) is a type of numbermax_age=null# max_hops - (optional) is a type of numbermax_hops=null# name - (optional) is a type of stringname=null# pending_timer - (optional) is a type of numberpending_timer=null# revision - (optional) is a type of numberrevision=null# status - (optional) is a type of stringstatus=null
}
resource"fortios_switchcontroller_stpsettings""this" {
# forward_time - (optional) is a type of numberforward_time=var.forward_time# hello_time - (optional) is a type of numberhello_time=var.hello_time# max_age - (optional) is a type of numbermax_age=var.max_age# max_hops - (optional) is a type of numbermax_hops=var.max_hops# name - (optional) is a type of stringname=var.name# pending_timer - (optional) is a type of numberpending_timer=var.pending_timer# revision - (optional) is a type of numberrevision=var.revision# status - (optional) is a type of stringstatus=var.status
}