fix: rename to homelab for name length requirement

This commit is contained in:
2026-06-26 23:46:47 +01:00
parent 83abf1f978
commit 4e0b073a39
+2 -2
View File
@@ -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"