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_ipdscpmap" {
source="./modules/fortios/r/fortios_switchcontrollerqos_ipdscpmap"# description - (optional) is a type of stringdescription=null# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# name - (required) is a type of stringname=nullmap=[{
cos_queue =null
diffserv =null
ip_precedence =null
name =null
value =null
}]
}
resource"fortios_switchcontrollerqos_ipdscpmap""this" {
# description - (optional) is a type of stringdescription=var.description# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# name - (required) is a type of stringname=var.namedynamic"map" {
for_each=var.mapcontent {
# cos_queue - (optional) is a type of numbercos_queue=map.value["cos_queue"]
# diffserv - (optional) is a type of stringdiffserv=map.value["diffserv"]
# ip_precedence - (optional) is a type of stringip_precedence=map.value["ip_precedence"]
# name - (optional) is a type of stringname=map.value["name"]
# value - (optional) is a type of stringvalue=map.value["value"]
}
}
}