Hi
Looking at the Services API it seems I can access a number of fields from within consul-template
such as :
Address
Port
ServiceName
etc
Is there a way to also access the nodes FQDN that an allocation is placed on ie. some-node-name.domain.tld
?
I would like to render templates in my Nomad jobs for stuff that requires FQDN names instead of IP addresses for certain values - for example CoreDNS SRV records.