-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
CD rom always gets created for new machine #1500
Comments
Hey @jtamas96 👋🏼 Could you pls. provide your template? I can't reproduce this issue with a minimal config like: resource "proxmox_virtual_environment_vm" "test_cdrom" {
node_name = "pve"
started = false
name = "test-cdrom"
}
|
Hi I will open a ticket on the pulumi provider side, and try to find out why it changed the behavior. Thanks :) |
OK, I’m going to close this as "can’t reproduce". Feel free to reopen it if you get more details or need further support. |
Since this change:
https://github.com/bpg/terraform-provider-proxmox/pull/1287/files#diff-32de2693719f6210316f28f1bde63075061724d6220adf157f96d3cb239a518cR2619
CD rom is always created for new VMs because the default value is "ide3".
Currently there is no workaround for this, because it is not allowed to give the interface an empty string value. It expects an interface plus a number, otherwise, the deployment runs into an error.
The text was updated successfully, but these errors were encountered: