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_fmg_system_syslogserver" {
source="./modules/fortios/r/fortios_fmg_system_syslogserver"# ip - (optional) is a type of stringip=null# name - (required) is a type of stringname=null# port - (optional) is a type of numberport=null
}
resource"fortios_fmg_system_syslogserver""this" {
# ip - (optional) is a type of stringip=var.ip# name - (required) is a type of stringname=var.name# port - (optional) is a type of numberport=var.port
}