hi guy when I do
network {
dns {
servers = ["${attr.unique.network.ip-address}"]
}
}
And I cat inside a container I get nameserver ${attr.unique.network.ip-address}
and not the IP
and the nomad version is - Nomad v0.12.0 (8f7fbc8e7b5a4ed0d0209968faf41b238e6d5817)
am I doing something wrong, or is this not possible?