I have scenario in describing a stack in sceptre where I have to append an already known port number to the hostname/ip that I can get from the resolver like this:
LdapServerURL: !stack_output_external some-stack::Host
I wish to have the "LdapServerURL" be intepreted or have a value like this:- Host:389 where 389 is the known port.