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