jeremmfr / terraform-provider-junos

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

Feature : add transport protocol on junos_security_log_stream #675

Closed lotusnoir closed 2 months ago

lotusnoir commented 2 months ago

Hello, im currently configuring a security log stream and i realized that we can't chose the transport protocol on the ressource junos_security_log_stream like:

stream Syslog {
    format syslog;
    category flow;
    category content-security;
    host {
        10.1.80.54;
        port 514;
    }
    transport {
        protocol udp;
    }
}

Can you add it please ? Thanks in advance

jeremmfr commented 2 months ago

Hi 👋

I will take care of adding this.