-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating VM with multiple disks only creates one disk #242
Comments
Hi @kjkriegel, please provide the logs of the three terraform runs mentioned above (setting the The acceptance tests verify that the provider is able to create a VM with two disks (source) using terraform config very similar to your example. Providing the logs will help to determine why your example is behaving differently than the tests. |
Have the same issue, the first apply ignores the disk with the "lowest" name. The following apply's changes the disk names around randomly. Total noob on this so home it makes sense, apply1_debug.log |
@KristoferGrahn thanks for the logs and I have a hunch for what is going on now :) I believe the provider is making assumptions about the type of template in use. Can you provide the output of both of the commands below:
Let me know if you have any questions about how to collect that information. |
@ddelnano Big thanks for taking the time to check my report !
|
Creating a VM with multiple disks leads to only the second disk being created. Running
terraform apply
a second time leads to the disk being renamed to the name of the first disk. Runningterraform apply
a third time finally creates both disk.Versions:
Steps to reproduce:
The text was updated successfully, but these errors were encountered: