From 520da27cd338738e63026ada4ad9b795659ddd0a Mon Sep 17 00:00:00 2001 From: "F.R.I.D.A.Y." Date: Fri, 5 Jun 2026 07:54:15 -0400 Subject: [PATCH] Fix: remove non-existent terraform-pve repo reference from fleet notes The repo Iron-Legion/terraform-pve.git never existed on Gitea. Code remains local at ~/docker/terraform-pve/. --- PRDs/terraform-lxc-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRDs/terraform-lxc-deployment.md b/PRDs/terraform-lxc-deployment.md index 6aacb2e..6e45c58 100644 --- a/PRDs/terraform-lxc-deployment.md +++ b/PRDs/terraform-lxc-deployment.md @@ -150,4 +150,4 @@ TF_VAR_lxc_count=4 TF_VAR_vmid_base=5050 ./run.sh apply - Cluster: `pve-swarm` (MK33, MK34, MK39) - Template storage: `nas-ct-stor` (NFS from TrueNAS) - Disk storage (test): `local` -- SSH push path: `git@192.168.192.24:2222/Iron-Legion/terraform-pve.git` (direct Neo IP, `artemis_key`) \ No newline at end of file +- **Code location:** `~/docker/terraform-pve/` — local only, not in any Gitea repo \ No newline at end of file