fix(vmware): correcting resource name typo

This commit is contained in:
Philippe Caseiro 2023-07-05 10:04:34 +02:00
parent f24d8e4bb7
commit 97091fb95e
1 changed files with 1 additions and 1 deletions

View File

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