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_systemsnmp_sysinfo" {
source="./modules/fortios/r/fortios_systemsnmp_sysinfo"# contact_info - (optional) is a type of stringcontact_info=null# description - (optional) is a type of stringdescription=null# engine_id - (optional) is a type of stringengine_id=null# location - (optional) is a type of stringlocation=null# status - (optional) is a type of stringstatus=null# trap_high_cpu_threshold - (optional) is a type of numbertrap_high_cpu_threshold=null# trap_log_full_threshold - (optional) is a type of numbertrap_log_full_threshold=null# trap_low_memory_threshold - (optional) is a type of numbertrap_low_memory_threshold=null
}
resource"fortios_systemsnmp_sysinfo""this" {
# contact_info - (optional) is a type of stringcontact_info=var.contact_info# description - (optional) is a type of stringdescription=var.description# engine_id - (optional) is a type of stringengine_id=var.engine_id# location - (optional) is a type of stringlocation=var.location# status - (optional) is a type of stringstatus=var.status# trap_high_cpu_threshold - (optional) is a type of numbertrap_high_cpu_threshold=var.trap_high_cpu_threshold# trap_log_full_threshold - (optional) is a type of numbertrap_log_full_threshold=var.trap_log_full_threshold# trap_low_memory_threshold - (optional) is a type of numbertrap_low_memory_threshold=var.trap_low_memory_threshold
}