summaryrefslogtreecommitdiff
path: root/tofu/basic/main.tf
diff options
context:
space:
mode:
Diffstat (limited to 'tofu/basic/main.tf')
-rw-r--r--tofu/basic/main.tf2
1 files changed, 1 insertions, 1 deletions
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"
}