Hello. New Terraform user. I’m trying to create a VM on a standalone ESXi host (no vCenter, using trial license, not free). When I apply the plan I get the following error:
vsphere_virtual_machine.esxitest2: Creating...
Error: this operation is only supported on vCenter: RESOURCE (26), ACTION (PolicyIDByVirtualMachine)
on esxitest2.tf line 29, in resource "vsphere_virtual_machine" "esxitest2":
29: resource "vsphere_virtual_machine" "esxitest2" {
The VM does seem to get created in ESXi, so is this error nothing to worry about? Is there anyway to get rid of it? My OCD is kicking in…