HOMELAB-990: fix(talos-cluster): drop triggers from wait_for_nodes #193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "plane/HOMELAB-990-drop-wait-triggers"
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?
Quick fix to #192. The triggers I added cause terraform plan to want to replace null_resource.wait_for_nodes on first apply after state mv (state has empty triggers, code adds 4 → forced replace). wait_for_nodes is one-shot bootstrap, no triggers needed. Verified locally that removing them eliminates the spurious replacement.