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_switchcontroller_stormcontrol" {
source="./modules/fortios/r/fortios_switchcontroller_stormcontrol"# broadcast - (optional) is a type of stringbroadcast=null# rate - (optional) is a type of numberrate=null# unknown_multicast - (optional) is a type of stringunknown_multicast=null# unknown_unicast - (optional) is a type of stringunknown_unicast=null
}
resource"fortios_switchcontroller_stormcontrol""this" {
# broadcast - (optional) is a type of stringbroadcast=var.broadcast# rate - (optional) is a type of numberrate=var.rate# unknown_multicast - (optional) is a type of stringunknown_multicast=var.unknown_multicast# unknown_unicast - (optional) is a type of stringunknown_unicast=var.unknown_unicast
}