summaryrefslogtreecommitdiff
path: root/tofu/basic
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-08-18 11:27:45 +0200
committerjerome <jerome@xlinfo.fr>2025-08-18 11:27:45 +0200
commit2b460f3d16ae3f3d7ac6cd8ac3901b58ef4a8c4d (patch)
treeeb2afff996847b80dc6e7064e77fe5eb7a0a3b41 /tofu/basic
parent4293df73e636a3bb9097d4cbe80ae8c194862f6b (diff)
downloadincus-2b460f3d16ae3f3d7ac6cd8ac3901b58ef4a8c4d.tar.gz
incus-2b460f3d16ae3f3d7ac6cd8ac3901b58ef4a8c4d.zip
projet
Diffstat (limited to 'tofu/basic')
-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"
}