From 2b460f3d16ae3f3d7ac6cd8ac3901b58ef4a8c4d Mon Sep 17 00:00:00 2001 From: jerome Date: Mon, 18 Aug 2025 11:27:45 +0200 Subject: projet --- tofu/lots/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tofu/lots') 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 { -- cgit v1.2.3