From 1b9db9143c2df023feaf501bb6b3c573063100b5 Mon Sep 17 00:00:00 2001 From: Tomer Heber Date: Mon, 4 Nov 2024 06:52:02 -0600 Subject: [PATCH 1/2] Fix: the integration test environment-without-template-start-with-no-vcs is missing a path --- tests/integration/012_environment/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/012_environment/main.tf b/tests/integration/012_environment/main.tf index 9be5dab8..e2ae67e0 100644 --- a/tests/integration/012_environment/main.tf +++ b/tests/integration/012_environment/main.tf @@ -204,6 +204,7 @@ resource "env0_environment" "environment-without-template-start-with-no-vcs" { token_id = data.env0_template.gitlab_template.token_id token_name = data.env0_template.gitlab_template.token_name opentofu_version = "latest" + path = "misc/null-resource" } } From 7d39b2195627ffd4cb08ac0dd882f047668ff65f Mon Sep 17 00:00:00 2001 From: Tomer Heber Date: Mon, 4 Nov 2024 07:10:31 -0600 Subject: [PATCH 2/2] remove misc --- tests/integration/012_environment/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/012_environment/main.tf b/tests/integration/012_environment/main.tf index e2ae67e0..f60f3b7d 100644 --- a/tests/integration/012_environment/main.tf +++ b/tests/integration/012_environment/main.tf @@ -204,7 +204,7 @@ resource "env0_environment" "environment-without-template-start-with-no-vcs" { token_id = data.env0_template.gitlab_template.token_id token_name = data.env0_template.gitlab_template.token_name opentofu_version = "latest" - path = "misc/null-resource" + path = "null-resource" } }