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_firewall_trafficclass" {
source="./modules/fortios/r/fortios_firewall_trafficclass"# class_id - (optional) is a type of numberclass_id=null# class_name - (optional) is a type of stringclass_name=null
}
resource"fortios_firewall_trafficclass""this" {
# class_id - (optional) is a type of numberclass_id=var.class_id# class_name - (optional) is a type of stringclass_name=var.class_name
}