Nomad server_join, both cloud auto join + address

does nomad support mutiple specification for mixing cloud auto join and domain?

like below

server_join {
  retry_join = [ 
    "provider=aws tag_key=...",
    "nomad-01.company.local:4648",
    "1.3.4.5:4648"
  ]
}

thanks you!!

The docs seem to say that you can:

Specifies a list of server addresses to join. … Address format includes both using IP addresses as well as an interface to the go-discover library for doing automated cluster joining using cloud metadata.

(ellipsis mine)