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_switchcontrollerqos_dot1pmap" {
source="./modules/fortios/r/fortios_switchcontrollerqos_dot1pmap"# description - (optional) is a type of stringdescription=null# egress_pri_tagging - (optional) is a type of stringegress_pri_tagging=null# name - (required) is a type of stringname=null# priority_0 - (optional) is a type of stringpriority_0=null# priority_1 - (optional) is a type of stringpriority_1=null# priority_2 - (optional) is a type of stringpriority_2=null# priority_3 - (optional) is a type of stringpriority_3=null# priority_4 - (optional) is a type of stringpriority_4=null# priority_5 - (optional) is a type of stringpriority_5=null# priority_6 - (optional) is a type of stringpriority_6=null# priority_7 - (optional) is a type of stringpriority_7=null
}
resource"fortios_switchcontrollerqos_dot1pmap""this" {
# description - (optional) is a type of stringdescription=var.description# egress_pri_tagging - (optional) is a type of stringegress_pri_tagging=var.egress_pri_tagging# name - (required) is a type of stringname=var.name# priority_0 - (optional) is a type of stringpriority_0=var.priority_0# priority_1 - (optional) is a type of stringpriority_1=var.priority_1# priority_2 - (optional) is a type of stringpriority_2=var.priority_2# priority_3 - (optional) is a type of stringpriority_3=var.priority_3# priority_4 - (optional) is a type of stringpriority_4=var.priority_4# priority_5 - (optional) is a type of stringpriority_5=var.priority_5# priority_6 - (optional) is a type of stringpriority_6=var.priority_6# priority_7 - (optional) is a type of stringpriority_7=var.priority_7
}