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_settings" {
source="./modules/fortios/r/fortios_antivirus_settings"# default_db - (optional) is a type of stringdefault_db=null# grayware - (optional) is a type of stringgrayware=null# override_timeout - (optional) is a type of numberoverride_timeout=null# use_extreme_db - (optional) is a type of stringuse_extreme_db=null
}
resource"fortios_antivirus_settings""this" {
# default_db - (optional) is a type of stringdefault_db=var.default_db# grayware - (optional) is a type of stringgrayware=var.grayware# override_timeout - (optional) is a type of numberoverride_timeout=var.override_timeout# use_extreme_db - (optional) is a type of stringuse_extreme_db=var.use_extreme_db
}