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_logmemory_globalsetting" {
source="./modules/fortios/r/fortios_logmemory_globalsetting"# full_final_warning_threshold - (optional) is a type of numberfull_final_warning_threshold=null# full_first_warning_threshold - (optional) is a type of numberfull_first_warning_threshold=null# full_second_warning_threshold - (optional) is a type of numberfull_second_warning_threshold=null# max_size - (optional) is a type of numbermax_size=null
}
resource"fortios_logmemory_globalsetting""this" {
# full_final_warning_threshold - (optional) is a type of numberfull_final_warning_threshold=var.full_final_warning_threshold# full_first_warning_threshold - (optional) is a type of numberfull_first_warning_threshold=var.full_first_warning_threshold# full_second_warning_threshold - (optional) is a type of numberfull_second_warning_threshold=var.full_second_warning_threshold# max_size - (optional) is a type of numbermax_size=var.max_size
}