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_qospolicy" {
source="./modules/fortios/r/fortios_switchcontrollerqos_qospolicy"# default_cos - (required) is a type of numberdefault_cos=null# name - (required) is a type of stringname=null# queue_policy - (optional) is a type of stringqueue_policy=null# trust_dot1p_map - (optional) is a type of stringtrust_dot1p_map=null# trust_ip_dscp_map - (optional) is a type of stringtrust_ip_dscp_map=null
}
resource"fortios_switchcontrollerqos_qospolicy""this" {
# default_cos - (required) is a type of numberdefault_cos=var.default_cos# name - (required) is a type of stringname=var.name# queue_policy - (optional) is a type of stringqueue_policy=var.queue_policy# trust_dot1p_map - (optional) is a type of stringtrust_dot1p_map=var.trust_dot1p_map# trust_ip_dscp_map - (optional) is a type of stringtrust_ip_dscp_map=var.trust_ip_dscp_map
}