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_system_affinitypacketredistribution" {
source="./modules/fortios/r/fortios_system_affinitypacketredistribution"# affinity_cpumask - (required) is a type of stringaffinity_cpumask=null# fosid - (required) is a type of numberfosid=null# interface - (required) is a type of stringinterface=null# rxqid - (required) is a type of numberrxqid=null
}
resource"fortios_system_affinitypacketredistribution""this" {
# affinity_cpumask - (required) is a type of stringaffinity_cpumask=var.affinity_cpumask# fosid - (required) is a type of numberfosid=var.fosid# interface - (required) is a type of stringinterface=var.interface# rxqid - (required) is a type of numberrxqid=var.rxqid
}