From 0b39e86d58f3a940ef9b326b305fcadbae124952 Mon Sep 17 00:00:00 2001 From: Alex Maras <dev@alexmaras.com> Date: Thu, 17 Apr 2025 09:38:11 +0800 Subject: [PATCH] fix: remove warning on non-empty plan --- tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml b/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml index 1855786..ce2d471 100644 --- a/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml +++ b/tests/integration-tests/ExtraArtifactsAreIncluded.gitlab-ci.yml @@ -10,7 +10,6 @@ include: opentofu_version: $OPENTOFU_VERSION root_dir: $TEST_GITLAB_TOFU_ROOT_DIR state_name: $TEST_GITLAB_TOFU_STATE_NAME - warning_on_non_empty_plan: true # For CI Terraform state cleanup - component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/delete-state@$CI_COMMIT_SHA -- GitLab