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_antivirus_quarantine" {
source="./modules/fortios/r/fortios_antivirus_quarantine"# agelimit - (optional) is a type of numberagelimit=null# destination - (optional) is a type of stringdestination=null# drop_blocked - (optional) is a type of stringdrop_blocked=null# drop_heuristic - (optional) is a type of stringdrop_heuristic=null# drop_infected - (optional) is a type of stringdrop_infected=null# lowspace - (optional) is a type of stringlowspace=null# maxfilesize - (optional) is a type of numbermaxfilesize=null# quarantine_quota - (optional) is a type of numberquarantine_quota=null# store_blocked - (optional) is a type of stringstore_blocked=null# store_heuristic - (optional) is a type of stringstore_heuristic=null# store_infected - (optional) is a type of stringstore_infected=null
}
resource"fortios_antivirus_quarantine""this" {
# agelimit - (optional) is a type of numberagelimit=var.agelimit# destination - (optional) is a type of stringdestination=var.destination# drop_blocked - (optional) is a type of stringdrop_blocked=var.drop_blocked# drop_heuristic - (optional) is a type of stringdrop_heuristic=var.drop_heuristic# drop_infected - (optional) is a type of stringdrop_infected=var.drop_infected# lowspace - (optional) is a type of stringlowspace=var.lowspace# maxfilesize - (optional) is a type of numbermaxfilesize=var.maxfilesize# quarantine_quota - (optional) is a type of numberquarantine_quota=var.quarantine_quota# store_blocked - (optional) is a type of stringstore_blocked=var.store_blocked# store_heuristic - (optional) is a type of stringstore_heuristic=var.store_heuristic# store_infected - (optional) is a type of stringstore_infected=var.store_infected
}