summaryrefslogtreecommitdiff
path: root/tofu/lots/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'tofu/lots/main.tf')
-rw-r--r--tofu/lots/main.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tofu/lots/main.tf b/tofu/lots/main.tf
index 7917a03..573548e 100644
--- a/tofu/lots/main.tf
+++ b/tofu/lots/main.tf
@@ -13,7 +13,7 @@ provider "incus" {
resource "incus_instance" "instance" {
name = "${var.nom}${count.index + 1}"
- project = "Lab"
+ project = "lab"
image = var.image
count = var.nb
wait_for {