You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
i have an issue when i try to clone VM (via terraform) from template (made by packer).
Packer create a template with success, now if i clone that template via vsphere web (manual) it works while if i try to use terraform, the process fails on the customization part due to vm NIC not connected.
Here is the packer template conf. details:
ks.cfg
`
If manual cloning works but terraform doesn't then the issue must be with the terraform config
Have you specified a network_interface block in your terraform config? I don't think the terraform provider will connect the vm network unless you configure it to do so i.e
Hi,
i have an issue when i try to clone VM (via terraform) from template (made by packer).
Packer create a template with success, now if i clone that template via vsphere web (manual) it works while if i try to use terraform, the process fails on the customization part due to vm NIC not connected.
Here is the packer template conf. details:
ks.cfg
`
CentOS7_build.json
`
Command RUN:
packer build -var VSPHERE_PASSWORD=$VSPHERE_PASSWORD -var VSPHERE_USER=$VSPHERE_USER -var VSPHERE_SERVER=$VSPHERE_SERVER ./CentOS7_build.json
Terraform v0.12.12
Packer v2.3
The text was updated successfully, but these errors were encountered: