使用terraform和sysprep / unattend配置Windows vm

时间:2019-02-21 22:17:50

标签: terraform vsphere sysprep

我正在尝试使用vsphereterraform中部署虚拟机,并且遇到sysprep/unattend文件的问题。我使用

提供了一个unattend.xml文件
customize {
  windows_sysprep_text = "${file("${path.module}/unattend2012.xml")}"
}

但是在...上10分钟后,terraform的应用超时了。

==>timeout waiting for customization to complete

虚拟机位于“ 选择键盘布局”屏幕上。

1 个答案:

答案 0 :(得分:0)

基于这个未解决的(和已解决的问题):https://github.com/terraform-providers/terraform-provider-vsphere/issues/355我建议您确保已配置所有变量。如果您认为自己都拥有了这些,则可能需要使用经过清理的输入来更新您的问题。