I'm trying to deploy virtual machines in vsphere
using terraform
and running into issues with sysprep/unattend
files. I am supplying an unattend.xml
file using
customize {
windows_sysprep_text = "${file("${path.module}/unattend2012.xml")}"
}
but the terraform apply times out after 10 minutes with...
==>timeout waiting for customization to complete
The virtual machine is sitting at a "Choose your keyboard layout" screen.