From 2b9ac7b7b70990ae2c854d6d33214b89e4f4db3d Mon Sep 17 00:00:00 2001 From: Tomer Heber Date: Mon, 4 Nov 2024 07:15:56 -0600 Subject: [PATCH] =?UTF-8?q?Fix:=20the=20integration=20test=20environment-w?= =?UTF-8?q?ithout-template-start-with-no-=E2=80=A6=20(#970)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix: the integration test environment-without-template-start-with-no-vcs is missing a path * remove misc --- 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..f60f3b7d 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 = "null-resource" } }