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_log_syslog_setting" {
source="./modules/fortios/r/fortios_log_syslog_setting"# facility - (optional) is a type of stringfacility=null# format - (optional) is a type of stringformat=null# mode - (optional) is a type of stringmode=null# port - (optional) is a type of stringport=null# server - (optional) is a type of stringserver=null# source_ip - (optional) is a type of stringsource_ip=null# status - (required) is a type of stringstatus=null
}
resource"fortios_log_syslog_setting""this" {
# facility - (optional) is a type of stringfacility=var.facility# format - (optional) is a type of stringformat=var.format# mode - (optional) is a type of stringmode=var.mode# port - (optional) is a type of stringport=var.port# server - (optional) is a type of stringserver=var.server# source_ip - (optional) is a type of stringsource_ip=var.source_ip# status - (required) is a type of stringstatus=var.status
}