From db8993c24b9ef34ef42fa6661cece8b354840cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Alexandre=20Cunha?= <j.a.cunha@gmail.com> Date: Wed, 25 Oct 2023 18:14:24 +0000 Subject: [PATCH] chore: remove unnecessary TF_CACHE_KEY --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d66efa..36b153e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -463,7 +463,6 @@ integration-test-template: variables: TERRAFORM_VERSION: $STABLE_VERSION TF_STATE_NAME: ci-integration-test-template-$CI_PIPELINE_IID-$CI_NODE_INDEX - TF_CACHE_KEY: default TF_ROOT: tests trigger: include: .gitlab/integration-test/Test-$TEMPLATE -- GitLab