diff --git a/builtin/providers/vsphere/resource_vsphere_virtual_machine.go b/builtin/providers/vsphere/resource_vsphere_virtual_machine.go index cd0ce3ea1384..008c1e7944fd 100644 --- a/builtin/providers/vsphere/resource_vsphere_virtual_machine.go +++ b/builtin/providers/vsphere/resource_vsphere_virtual_machine.go @@ -60,7 +60,6 @@ type virtualMachine struct { cluster string resourcePool string datastore string - linkedClone bool vcpu int memoryMb int64 template string @@ -71,6 +70,7 @@ type virtualMachine struct { timeZone string dnsSuffixes []string dnsServers []string + linkedClone bool windowsOptionalConfig windowsOptConfig customConfigurations map[string](types.AnyType) }