Open wibru opened 2 years ago
Hi @wibru, Thanks for reaching us, we are looking at your issue.
Best regards,
Hello @wibru After investigation we have a platform issue, We will mark the issue as solved once the platform is fixed.
Thanks, best regards
Hello,
I resolved this error by adding device_name = "/dev/sda1"
but now I'm getting the error:
Error: Error launching source VM: 400 Bad Request { │ "Errors": [ │ { │ "Code": "5071", │ "Details": "", │ "Type": "InvalidResource" │ }
Hello @babidi34,
Your error is due to a wrong name for your Keypair
in the vm resource.
Perhaps your keypair
has been manually deleted.
Best regards
Hello,
yes it was the wrong keypair name, thank you
Hi,
Terraform errors at VM creation very often with this kind of config. The CreateVms POSTs sent to the API seems fine.
Terraform Version
Terraform Configuration Files
Debug Output
$ TF_LOG=TRACE terraform apply -no-color -auto-approve 2>&1 | tee /tmp/tf_trace.out
https://gist.github.com/wibru/c27dee54a6bbf3a5f440eabad8ef6f83
Expected Behavior
VM are created successfully
Actual Behavior
The most of the time, error at creation time for some VMs.
Steps to Reproduce
Use proper access and secret key in the provider block then:
terraform init
terraform apply -auto-approve
You may have to do multiple destroy/apply to trigger the error.