我正在尝试使用vsphere
在terraform
中部署虚拟机,并且遇到sysprep/unattend
文件的问题。我使用
unattend.xml
文件
customize {
windows_sysprep_text = "${file("${path.module}/unattend2012.xml")}"
}
但是在...上10分钟后,terraform的应用超时了。
==>timeout waiting for customization to complete
虚拟机位于“ 选择键盘布局”屏幕上。
答案 0 :(得分:0)
基于这个未解决的(和已解决的问题):https://github.com/terraform-providers/terraform-provider-vsphere/issues/355我建议您确保已配置所有变量。如果您认为自己都拥有了这些,则可能需要使用经过清理的输入来更新您的问题。