-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
enabling cdrom after creation is not possible #1672
Labels
🐛 bug
Something isn't working
Comments
Hey @Deshke 👋🏼 Could you post the full TF output after you apply at step 4? |
bpg
added
the
⌛ pending author's response
Requested additional information from the reporter
label
Dec 14, 2024
@bpg here you go tofu create vm cdrom.enabled = false
update vm with cdrom.enable tofu apply with cdrom.enable = true
looks like
->
adding a cdrom drive in proxmox and checking with tofu plan afterwards
|
bpg
removed
the
⌛ pending author's response
Requested additional information from the reporter
label
Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
enabling
cdrom
on an active vm does not attach a cdrom driveTo Reproduce
Steps to reproduce the behavior:
cdrom.enabled = false
cdrom.enabled = true
-> no changes get applied
Expected behavior
cdrom
changes are appliedAdditional context
Add any other context about the problem here.
TF_LOG=DEBUG terraform apply
):The text was updated successfully, but these errors were encountered: