From 4e0b073a394540b9e515d2164e88a715ecb72b33 Mon Sep 17 00:00:00 2001 From: James Allenby Date: Fri, 26 Jun 2026 23:46:47 +0100 Subject: [PATCH] fix: rename to homelab for name length requirement --- infra/main.tofu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/main.tofu b/infra/main.tofu index eb45ebf..b062c39 100644 --- a/infra/main.tofu +++ b/infra/main.tofu @@ -18,7 +18,7 @@ locals { # --------- resource "incus_project" "this" { - name = "home-infrastructure" + name = "homelab" description = "An emulated home infrastructure stack." } @@ -33,7 +33,7 @@ resource "incus_image" "this" { } resource "incus_network" "this" { - name = "home-infrastructure" + name = "homelab" description = "An emulated home infrastructure stack." project = incus_project.this.name type = "bridge"