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"