fix(vmware): resource name is vsphere_virtual_machine

This commit is contained in:
Philippe Caseiro 2023-07-05 10:12:29 +02:00
parent eaea580fef
commit f1b745e064
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ data "vsphere_network" "network" {
datacenter_id = data.vsphere_datacenter.datacenter.id
}
resource "vsphere_virtual_virtual_machine" "vm" {
resource "vsphere_virtual_machine" "vm" {
for_each = var.vms
iterator = "machines"
name = "${machine.key}.${machine.value.domain}"