jeremmfr / terraform-provider-junos

Terraform provider for Junos devices
https://registry.terraform.io/providers/jeremmfr/junos
MIT License
62 stars 22 forks source link

Feature request: junos_system_syslog_user #593

Closed lotusnoir closed 10 months ago

lotusnoir commented 11 months ago

hello to complete syslog creation with terraform, i need to create this block

system {
    syslog { 
        user * {
            any emergency;
        }
    }
}

look like i should be created the same way as junos_system_syslog_file and junos_system_syslog_host

jeremmfr commented 10 months ago

Hi 👋

I will take care of adding this.