HOMELAB-1056: switch overwrite=false, remove ignore_changes on Talos images #207
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "homelab-1056-overwrite-false"
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?
Plane
HOMELAB-1056
Problem
ignore_changes = [size]does not work on theproxmox_virtual_environment_download_fileresource becausesizeis provider-computed. Every plan showsmust be replaceddue to compressed URL size (243MB) vs decompressed datastore size (4.45GB).Fix
Change
overwrite = true→overwrite = falseon bothtalos_imageandworker_imageresources. Remove thelifecycle { ignore_changes = [size] }blocks.The existing images on the Proxmox host are valid and don't need re-downloading.