policies: allow terraform-git to delete the gitea config seed for taint recovery #104
Reference in New Issue
Block a user
Delete Branch "benvin/gitea-kv-delete"
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?
terraform-git's apply (pipeline 108) still fails: pipeline 107 actually wrote the seed but the post-create metadata read 403'd, so terraform tainted the resource — recovery is replace (delete+create), and delete was deliberately not granted. Withholding delete doesn't provide the write-once property anyway (that's lifecycle ignore_changes in terraform-git); it just breaks taint recovery and destroy.
After merge+apply, restart the terraform-git apply once more — it will replace the tainted seed and go green, unblocking #101.