VT
Size: a a a
VT
VP
provider "docker" {
count = "${var.num_of_lxc_servers}"
host = "tcp://${lxc_ip[count.index]}:2376/"
}
VP
VP
MS
AR
AR
MS
AR
MS
AR
MS
You can escape interpolation with double dollar signs: $${foo} will be rendered as a literal ${foo}.
BD
VP
VP
VP
VP
BD
LO
IM