我正在尝试部署虚拟机以vsphere
使用terraform
和遇到sysprep/unattend
文件问题。我正在unattend.xml
使用
customize {
windows_sysprep_text = "${file("${path.module}/unattend2012.xml")}"
}
但是 terraform 应用在 10 分钟后超时...
==>timeout waiting for customization to complete
虚拟机位于“选择您的键盘布局”屏幕上。