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_system_fssopolling" {
source="./modules/fortios/r/fortios_system_fssopolling"# auth_password - (optional) is a type of stringauth_password=null# authentication - (optional) is a type of stringauthentication=null# listening_port - (optional) is a type of numberlistening_port=null# status - (optional) is a type of stringstatus=null
}
resource"fortios_system_fssopolling""this" {
# auth_password - (optional) is a type of stringauth_password=var.auth_password# authentication - (optional) is a type of stringauthentication=var.authentication# listening_port - (optional) is a type of numberlistening_port=var.listening_port# status - (optional) is a type of stringstatus=var.status
}