fix(vmware): correcting iterator name typo

This commit is contained in:
Philippe Caseiro 2023-07-05 10:14:34 +02:00
parent f1b745e064
commit 35c5b8cdbb
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ data "vsphere_network" "network" {
resource "vsphere_virtual_machine" "vm" {
for_each = var.vms
iterator = "machines"
iterator = "machine"
name = "${machine.key}.${machine.value.domain}"
resource_pool_id = data.vsphere_resource_pool.id
datastore_id = data.vsphere_datastore.id