fix: rename to homelab for name length requirement
This commit is contained in:
+2
-2
@@ -18,7 +18,7 @@ locals {
|
|||||||
# ---------
|
# ---------
|
||||||
|
|
||||||
resource "incus_project" "this" {
|
resource "incus_project" "this" {
|
||||||
name = "home-infrastructure"
|
name = "homelab"
|
||||||
description = "An emulated home infrastructure stack."
|
description = "An emulated home infrastructure stack."
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@ resource "incus_image" "this" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "incus_network" "this" {
|
resource "incus_network" "this" {
|
||||||
name = "home-infrastructure"
|
name = "homelab"
|
||||||
description = "An emulated home infrastructure stack."
|
description = "An emulated home infrastructure stack."
|
||||||
project = incus_project.this.name
|
project = incus_project.this.name
|
||||||
type = "bridge"
|
type = "bridge"
|
||||||
|
|||||||
Reference in New Issue
Block a user