-
Notifications
You must be signed in to change notification settings - Fork 554
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
Updating documentation and examples #948
Updating documentation and examples #948
Conversation
docs/resources/cloud_init_disk.md
Outdated
disks { | ||
scsi { | ||
scsi0 { | ||
disk { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the new disk schema it should be like this:
cd {
iso = "${local.iso_storage_pool}:${proxmox_cloud_init_disk.ci.id}
}
Not 100% sure what local.iso_storage_pool
and proxmox_cloud_init_disk.ci.id
are in this situation.
Thanks for the review and correction. I think it should be good to go now |
@Tinyblargon , do you think this PR could be merged 😄? I was struggling on my own with exactly the same issue and wanted to create a PR and then realized that there is already this PR open. Would be nice to have it in the codebase 🚀 |
@Tinyblargon ,that was quick 🔥. Thank you very much ❤️ |
This closes #932
cloudini_cdrom_storage
(now a required argument) and boot order (to work around Cloud-init drive delete when cloning vm with cloud-init drive #901 until it is fixed)disks
block in the example and point to the easier way to use cloud-init