From 2b460f3d16ae3f3d7ac6cd8ac3901b58ef4a8c4d Mon Sep 17 00:00:00 2001 From: jerome Date: Mon, 18 Aug 2025 11:27:45 +0200 Subject: projet --- tofu/basic/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tofu/basic') diff --git a/tofu/basic/main.tf b/tofu/basic/main.tf index 7da8687..75ab3b5 100644 --- a/tofu/basic/main.tf +++ b/tofu/basic/main.tf @@ -14,7 +14,7 @@ provider "incus" { resource "incus_instance" "test" { name = "test" image = "images:ubuntu/22.04" - project = "Lab" + project = "lab" wait_for { type = "ipv4" } -- cgit v1.2.3