Initial commit — migrate legion Terraform from infrastructure repo

This commit is contained in:
Will Anderson
2026-03-23 07:35:03 -05:00
commit 7751eddd73
23 changed files with 2903 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# servers
Infrastructure-as-code for all servers. Currently: Legion (Ubuntu 24.04, k3s).
## Structure
- `legion/` — Legion k3s cluster (Terraform)
## Usage
```bash
cd legion
direnv allow # loads credentials from ~/Secrets/credentials/infrastructure.env
terraform plan
terraform apply
```