Global Engineering Studio - Golden Config Template - How to re-iterate Greetings,I am running into a problem trying to simplify Golden Template Configuration in Golden Engineering Studio (GES).I am unable to get the Golden Template Configuration in GES to re-iterate through all parsed line vtys (line vty 0 4, line vty 5 15, etc.) and validate children configuration. I was hoping to not have to hard-set in my template configuration the expected line vtys, I want that to be dynamic. My only concern is that each line vty has “transport input ssh” configured, for example.Is that possible? I have tried using the following Configuration Parameter in my Golden Template Configuration:Name: Line_VTYValue:line vty $line_vty_start $line_vty_end transport input ssh And mapped the respective vars with my parsers:$line_vty_start → $vty_start$line_vty_end → $vty_end Alternatively, configured the following as my Golden Template Configuration (pretty much the same, but not using Configuration Parameter): line vty $vty_start $vty_end transport input ssh My Parser for the