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_wirelesscontrollerhotspot20_qosmap" {
source="./modules/fortios/r/fortios_wirelesscontrollerhotspot20_qosmap"# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=null# name - (optional) is a type of stringname=nulldscp_except=[{
dscp =null
index =null
up =null
}]
dscp_range=[{
high =null
index =null
low =null
up =null
}]
}
resource"fortios_wirelesscontrollerhotspot20_qosmap""this" {
# dynamic_sort_subtable - (optional) is a type of stringdynamic_sort_subtable=var.dynamic_sort_subtable# name - (optional) is a type of stringname=var.namedynamic"dscp_except" {
for_each=var.dscp_exceptcontent {
# dscp - (optional) is a type of numberdscp=dscp_except.value["dscp"]
# index - (optional) is a type of numberindex=dscp_except.value["index"]
# up - (optional) is a type of numberup=dscp_except.value["up"]
}
}
dynamic"dscp_range" {
for_each=var.dscp_rangecontent {
# high - (optional) is a type of numberhigh=dscp_range.value["high"]
# index - (optional) is a type of numberindex=dscp_range.value["index"]
# low - (optional) is a type of numberlow=dscp_range.value["low"]
# up - (optional) is a type of numberup=dscp_range.value["up"]
}
}
}