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
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Hello, I have a question for you.
Have you been able to successfully clone a VM?
If so, how did you do it?
Also, after successfully cloning a VM, did you encounter a situation where the directory disappeared?
Thanks a lot and looking forward to your reply,
I think it will help the problem I have ^^.
I tried the --parallelism=1 option but it's not working for me.
I have tried Provider Versions 1.1.0 and 1.2.1 and the Terraform versions 1.3.3, 1.6.6 and 1.7.4.
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v1.4.4
on linux_amd64
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
resource "hyperv_vhd" "siem" {
count = 6
path = "${local.diskBasePath}siem${sum([count.index,1])}.vhdx"
size = local.elOSDisk
source_vm = data.hyperv_machine_instance.baselineImage.name
}
Debug Output
https://gist.github.com/Scubastooge/f3046ced0a3e07a30c3d5f46d87ec8a5#file-debug-log
Panic Output
Expected Behavior
6 vhds cloned from a template
Actual Behavior
parallel vhd clones fail due to vhd already being cloned
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Work around by setting --parallelism=1 but this forces the whole build to run slow for obvious reasons
References
The text was updated successfully, but these errors were encountered: