The cloud-init image is not regenerated
cedrictabary opened this issue · 1 comments
cedrictabary commented
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 :
Telmate/terraform-provider-proxmox#160
sebastian-de commented
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:
hashicorp/packer-plugin-proxmox#139