mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[GH-ISSUE #239] The cloud-init image is not regenerated #50
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cedrictabary on GitHub (Feb 16, 2023).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/239
I am using the terraform provider for proxmox and it seems that it is missing some method here to call the API to regenerate cloud-init image ?
I found this issue on the proxmox provider repo, but it was closed :
https://github.com/Telmate/terraform-provider-proxmox/issues/160
@sebastian-de commented on GitHub (Mar 5, 2023):
To regenerate the Cloud-Init image, one has to delete it and add a new one:
https://forum.proxmox.com/threads/regenerate-cloud-init-image-using-ansible.89964/post-455096
In Packer we're doing it the same way: Delete the drive first, then add it again:
https://github.com/hashicorp/packer-plugin-proxmox/pull/139