From bcb591506378b57fa08de193727ee5610e7f774f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 13 Aug 2023 13:11:05 +0000 Subject: [PATCH] Update file terraform-gitlab.yml --- pipelines/terraform-gitlab.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pipelines/terraform-gitlab.yml b/pipelines/terraform-gitlab.yml index 7ec4e22..650b973 100644 --- a/pipelines/terraform-gitlab.yml +++ b/pipelines/terraform-gitlab.yml @@ -31,12 +31,6 @@ validate: allow_failure: false extends: .terraform_validate -plan: - stage: plan - allow_failure: false - extends: .terraform_plan - needs: ["validate","format"] - apply: stage: apply allow_failure: false