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: session block for web-management #594

Closed lotusnoir closed 10 months ago

lotusnoir commented 11 months ago

hello,

block web_management_https on junos_system doesnt not support session block:

       web-management {
            https {
                system-generated-certificate;
                interface fxp0.0;
            }
            session {
                idle-timeout 30;
                session-limit 7;
            }
        }

Thanks in advance for the add :)

jeremmfr commented 10 months ago

Hi 👋

I will take care of adding this.