MC
Size: a a a
MC
АО
b
resource "vsphere_tag" "tag" {
name = "${element(var.tags, count.index)}"
count = "${length(var.tags)}"
...
}
resource "vsphere_virtual_machine" "vm" {
name = "${var.name}-${count.index}"
count = "${var.instance_count}"
tags = "??????"
...
}
РР
РР
РР
b
K
VT
VT
K
K
VT
VT
K
VT
VT
K
VT
K