0

我正在尝试部署虚拟机以vsphere使用terraform和遇到sysprep/unattend文件问题。我正在unattend.xml使用

customize {
  windows_sysprep_text = "${file("${path.module}/unattend2012.xml")}"
}

但是 terraform 应用在 10 分钟后超时...

==>timeout waiting for customization to complete

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

4

1 回答 1

0

基于这个打开(和关闭的问题):https ://github.com/terraform-providers/terraform-provider-vsphere/issues/355我建议确保您配置了所有变量。如果您认为您拥有所有这些,您可能希望使用经过净化的输入来更新您的问题。

于 2019-02-22T14:02:34.937 回答